banner image

:: Processing Assignments Notes

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 […]

Here’s my first little ditty in Processing

Saturday, September 17th, 2005

This here is from last week’s homework. We were just supposed to play around with some shapes and get to know the Processing environment.
Processing is an opensource framework/application that helps non-programmers learn both programming concepts and java. It is based on java but has been greatly simplified to help facilitate quick learning.
A link to […]