Gestural Drawing Programs
I've been playing around with the code David Nolan sent us for generating Bezier curves in Processing. I wanted some way to move the Bezier curves around in real time, so I combined David's Bezier code along with customized versions of Daniel Shiffman's interactive selection code and his button class into an interactive bezier drawing program.
Initially I had a bit of a bug which was joining the ends of the curves together:
Next steps:
- Animate
- Make the control points and lines disappear except when they're in use