I’m trying to get some touch particles working nicely. The attached example has two different particle systems, one which is based on the basic particle skia patch, the other is using the VL.animation.particle dependency. If you have a multitouch device when you touch the device (as long as it’s full screen and windows touch is recieving data from that screen), it should generate some particles from fingertips in two different ways:
Basically the issue is that the touch frame generates a new vector for each touch, and when that touch is released that part of the spread disapears, in the basic particle example I am keeping the particles alive until the particles die, and live when you release the touch, in the example you can see the square particles stay until they die.
I’m trying to figure out how to make this work for VL.animation.particles.
Any help greatly appreciated, and hope it sparks some others to experiement with some multitouch particle fun…