ICM Week 2

This week, I wanted to experiment with a draw() animation that does something different depending on where your mouse is on the screen. I also just wanted to play with push/pop matrix, combining loops, mapping, variables, and sin/cos. Here’s the result!  browser version | source code

Screen Shot 2013-09-17 at 2.23.26 AM
itp.jasonsigal.cc/icm/week2a/

The interface is not intuitive, but here’s how it works:
– The draw function changes depending on where the mouse is on the screen.
– Clicking on the screen translates the center.
– KeyPressed pauses draw. Another press will clear the screen and change background color.

I didn’t want to add a GUI because I wanted the canvas to be a GUI, but I would like to figure out how I could add a temporary shadow over the part of the screen that the cursor is, which could help provide some feedback to the user.

Some more screenshots:

Screen Shot 2013-09-17 at 2.24.39 AM

Screen Shot 2013-09-13 at 9.23.28 PM

Leave a Reply

Your email address will not be published. Required fields are marked *