03-1 make a composition using the animation techniques that is a tribute to john whitney.
I create 30 circles moving with different rate. code
03-2 make a composition that is a visual equivalent of that sound.
Sound inspired from alarm bell and ambulance horn. It looks like that the smaller circle stops and shakes for a millisecond while it expends to a maximum and begins to shrink back when I change the background into the same color as the ring. But it moves smoothly while the background color is different from it. And I am wondering how to make each ring smooth. code
03-3 emulate a natural phenomenon
Water wave. Also the movement is like how a snake and fish move. code
Water wave modified virsion. With Zach's help, I finally know how to create an array of arrays and make water filled of color by using ofBeginShape(). To make the wave motion visible, I add a duck floating at the same x position. code
03-4 make the lissajous example work based on mouse motion.
As mouse move more, the motion becomes faster and bigger. code
03-5 making a creature which follows the mouse.
I try to make a fish-like creature with red tails. code