Difference between revisions of "BTC640/ProcessingBasics"

From CDOT Wiki
Jump to: navigation, search
(Created page with '= Lecture = We're going to learn the basics by implementing this: http://littlesvr.ca/processing/squarespiral.html If you look at the code you may think this is so simple it's …')
 
Line 4: Line 4:
  
 
If you look at the code you may think this is so simple it's not worth your time, but this is a first implementation in a library you haven't used before, possibly in a language you haven't used much, so there's a lot to learn by implementing it.
 
If you look at the code you may think this is so simple it's not worth your time, but this is a first implementation in a library you haven't used before, possibly in a language you haven't used much, so there's a lot to learn by implementing it.
 +
 +
= Links =
 +
 +
* http://processingjs.org/learning/
 +
* http://processingjs.org/articles/jsQuickStart.html
 +
* http://processingjs.org/reference/
  
 
= Lab =
 
= Lab =
  
 
You will modify and extend my first example.
 
You will modify and extend my first example.

Revision as of 11:00, 19 January 2012

Lecture

We're going to learn the basics by implementing this: http://littlesvr.ca/processing/squarespiral.html

If you look at the code you may think this is so simple it's not worth your time, but this is a first implementation in a library you haven't used before, possibly in a language you haven't used much, so there's a lot to learn by implementing it.

Links

Lab

You will modify and extend my first example.