First page Back Continue Last page Graphics
How can Processing produce motion?
Traditional animation
- frame by frame
- objects are diff positions, etc in successive frames
Animation in Processing
- frame by frame = draw() loop by draw() loop
- just draw the objects in diff postions, sizes, etc each loop!