Homework 006
based on the gesture resampling code, make something interesting. for example, can you make one drawing turn into another? Can you mix two strokes together to make a third? can you make a stroke turn into a straight line? In the example I posted , the stroke becomes a circle, but it doesn’t matter at all what you’ve drawn, or how you’ve drawn it. Can you get information about what was drawn, the length, the angle, etc, and use it to control how it is transformed?
given that you can make each stroke a fixed number of points, think about how that can be used in some meaninful, playful way.
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
I created a drawing tool that resamples the gesture of the user depending on the size of the stroke that has been drawn. There are three basic figures in the gesture can be animated to; a circle, a six points star and a 20 points star. The circle corresponds to the shortest stroke, the 6 point star to the medium stroke, and the 20 point star to the longest stroke.
Application Demonstration

Shortest Stroke

Medium Stroke

Longest Stroke