Processing Single Player Pong Game (9/18/2009)
Processing Color Sketching Program (9/18/2009)
ICM Week1 – Version B – Dynamic Processing Drawing (9/16/2009)

ICM Week 1 – Version B – Interactive Processing Drawing from Noah King on Vimeo.

This processing sketch explores mouse driven manipulation of an image, using variables and click-derived actions. Screen-captured with Quicktime.

Live Processing Sketch
Source Code

ICM – Week 1 – Static “Drawing” (9/12/2009)

Without any recursion, this was quite tedious to make.

screen_capture

I needed to make several calculations to extract x + y coordinates on a circle.  Based off of the below grid sketch, I picked a circle size with relatively “whole” values.  sq(x)+sq(y)=sq(Radius)

screen_capture2

Original Processing Sketch

Source code: ICM_week1_A

Built with Processing