We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hey processing forum,
I want to light a bezier line for a project. I don't know if this is possible and I yet haven't started with the code, but I wonder if there's a library for that. What I want do do is, make a glowing line, going animated through the screen, along a bezier-curve. To give you a better imagination what I want to create :
Answers
My sample code http://studio.sketchpad.cc/pFpMndfQ9H here you can use bezier curve instead of line
this might help http://forum.processing.org/one/topic/how-can-i-create-image-like-this.html
basically, multiple draws with low transparency.
Thanks a lot :D