Has anyone had any experience with Flint particle system? I’m basically trying to get it to output each particle in a certain point (x,y coord) and then getting it to move a certain way.
Another possible way is to use lineTo to draw a line, take a bitmap of that and then draw particles based on that…but that might be really slow.
Anyone have any suggestions?