CS 2, Winter 2009
Programming for Interactive Digital Arts

SA 13, due Fri, Feb 20

Create a "wandering pixels" sketch, in which the pixels of an image (your choice) appear to wander randomly, moving just a bit each frame. This can be done much like the falling-balls image in class, but instead using an array of Wanderer objects. Try doing it first from scratch yourself, without referring to details in that sketch. The one tricky part is to first shrink the image, so that then you can blow it up, with Wanderer objects bigger than a single point.

screenshot[applet]

As always, turn in the zipfile on Blackboard, as SA 13 in the Assignments section. In the field where you can type in some information, please tell me roughly how long this assignment took, and if there were any particular difficulties.