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