COMP 1671 , Fall 2009

Assignment 2

Due October 1, 2009

You are to create a static image and an animation in Processing. You should email two .pde files in one email: one that creates the static image, and the other that creates the animation. The static image should have 100 or more calls to polygon creation using a for loop or multiple for loops. You must use color, and there must be an if/else statment in at least one of the loops. The animation must include making something bigger or smaller and changing colors. You are free to make whatever you want with these constraints.