We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexDiscussionExhibition › lineplay
Page Index Toggle Pages: 1
lineplay (Read 652 times)
lineplay
Feb 24th, 2009, 9:34pm
 
I have been doing some experiments with converting freehand strokes into bezier curves, and then animating the strokes by moving the anchor and control point of the curves. I put online this small applet called lineplay:

http://codeanticode.wordpress.com/2009/02/24/lineplay-demo/

People might find the code to convert strokes into bezier curves useful (actually, I ported it from Inkscape's freehand drawing mode).
Re: lineplay
Reply #1 - Feb 25th, 2009, 9:21pm
 
OMG, I totally want your stroke -> bezier code!  I've been wanting something like that for a while, but have been too lazy to do it.  Smiley

Please, please, post it somewhere!
Re: lineplay
Reply #2 - Feb 25th, 2009, 9:48pm
 
In the applet's page:

http://users.design.ucla.edu/~acolubri/processing/andiamo/LinePlay02/

download MultiBezier.pde
Page Index Toggle Pages: 1