Difference between revisions of "IAT 800 Student Contributions"
(17 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | Just found this set of projects on the processing.org site that I hadn't known was there. It goes back for years and there's loads of interesting stuff, some professional, some amateur: [http://processing.org/exhibition/network_page_new.html Processing Network Archives] | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | Here are some links to student work in Processing at Georgia Tech (brought to my attention by Aaron Levisohn: | ||
+ | |||
+ | 2005 | ||
+ | Assignments - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Fall2005A/ | ||
+ | |||
+ | Projects - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Fall2005P/ | ||
+ | |||
+ | 2004 | ||
+ | Assignments- http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310/ | ||
+ | |||
+ | Projects - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Projects/ | ||
+ | |||
+ | |||
[http://www.shiffman.net/teaching/workshop/ Daniel Shiffman's Processing Workshop] | [http://www.shiffman.net/teaching/workshop/ Daniel Shiffman's Processing Workshop] | ||
Line 13: | Line 31: | ||
http://atari.uniandes.edu.co/barragan/clock.html | http://atari.uniandes.edu.co/barragan/clock.html | ||
+ | <br> | ||
+ | '''Drawing Tools''' | ||
+ | |||
+ | [http://users.design.ucla.edu/~mflux/manifest/ Manifest] | ||
+ | <br> | ||
'''Trigonmetry Intro for Game Programming''' | '''Trigonmetry Intro for Game Programming''' | ||
Line 21: | Line 44: | ||
http://www.eclipse.org/ | http://www.eclipse.org/ | ||
+ | |||
+ | http://www.netbeans.org/ | ||
+ | |||
+ | '''Similar course Links:''' | ||
+ | |||
+ | http://stage.itp.nyu.edu/ICM/ -- (in particular the links to resources are nice) | ||
+ | |||
+ | '''Java API reference pages''' | ||
+ | |||
+ | http://java.sun.com/j2se/1.3/docs/api/ | ||
+ | |||
+ | http://www.onjava.com/pub/a/onjava/api_map/index.html --quick reference to the Java API hierarchy | ||
+ | |||
+ | '''GUI TOOLS'''<br> | ||
+ | http://www.superstable.net/interfascia/ <br> | ||
+ | http://www.repeatwhiletrue.com/SpringGUI/reference.html<br> | ||
+ | |||
+ | '''Processing-specific resources''' <br> | ||
+ | |||
+ | http://www.processinghacks.com/ |
Latest revision as of 05:30, 4 October 2008
Just found this set of projects on the processing.org site that I hadn't known was there. It goes back for years and there's loads of interesting stuff, some professional, some amateur: Processing Network Archives
Here are some links to student work in Processing at Georgia Tech (brought to my attention by Aaron Levisohn:
2005 Assignments - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Fall2005A/
Projects - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Fall2005P/
2004 Assignments- http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310/
Projects - http://steel.lcc.gatech.edu/~mateas/courseware/dmc/LCC6310-Projects/
Daniel Shiffman's Processing Workshop
Clocks
http://samuelwan.com/processing/ClockFace_01/
http://www.cise.ufl.edu/~fishwick/simpackj/simpackproc/gallery/clocks/
http://www.uncontrol.com/_clock/
http://mediaknitting.v2.nl/paul_cage/abstract_clock/applet/
http://atari.uniandes.edu.co/barragan/clock.html
Drawing Tools
Trigonmetry Intro for Game Programming
http://www.studentsofgamedesign.com/trigonometry.php
Other Java development environments
Similar course Links:
http://stage.itp.nyu.edu/ICM/ -- (in particular the links to resources are nice)
Java API reference pages
http://java.sun.com/j2se/1.3/docs/api/
http://www.onjava.com/pub/a/onjava/api_map/index.html --quick reference to the Java API hierarchy
GUI TOOLS
http://www.superstable.net/interfascia/
http://www.repeatwhiletrue.com/SpringGUI/reference.html
Processing-specific resources