1

CODE: Assignment 4

So tonight was my first attempt as using Processing to draw and animate objects.

My first program just draws a simple picture. The objects are are proportionate to however large the canvas size is set to. You can check it out here!

My second program animates a ball which is constantly changing color at random. The ball bounces back and forth. There is another ball, whose position is based on the mouse location. You can check it out here!


  1. Joe says:

    awesome! good use of random() and the mouse input. Is that first one a ‘self portrait’? well done.