banner image

:: ICM Notes

ICM Group Debug

Monday, October 3rd, 2005

A handful of us first-years met up last night to go over our ICM projects.
It was really nice meeting some people that I haven’t had an opportunity to speak with yet.
Also, the group debugging helped to build our confidence with Processing. I’m a big believer in getting help from a guru when you are […]

Week03 Classes

Tuesday, September 27th, 2005

Dan introduced classes to us this week. The metaphore he used was a ‘blueprint’. OOP is something I’ve been trying to warp my head around for a while. It’s a total shift in thinking about how to program things. Also the notion of event based programming (which you see in Flash […]

Code Re-hash

Monday, September 19th, 2005

Same old ditty as last week but the code has been reworked to use loops, variables, and if statements. I’m still not happy with how clunky the code is, but you can read it below:
int cirA = 160;
int cirC = 120;
int cirE = 100;
int cirF = 75;
int cirH = 20;
int cirJ = 55;
int cirK […]