public
Description: The examples from Daniel Shiffman's "Learning Processing", all done in Ruby-Processing
Homepage: http://wiki.github.com/jashkenas/learning-processing-with-ruby
Clone URL: git://github.com/jashkenas/learning-processing-with-ruby.git
name age message
file README Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_01/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_02/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_03/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_04/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_05/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_06/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_07/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_08/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_10/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_13/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_14/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_15/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_16/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_17/ Sat Mar 28 08:12:55 -0700 2009 let's get this party started [jashkenas]
directory chapter_18/ Wed Apr 01 17:09:21 -0700 2009 removing java source files [jashkenas]
README
___  / ___________ _________________(_)_____________ _
__  /  _  _ \  __ `/_  ___/_  __ \_  /__  __ \_  __ `/
_  /___/  __/ /_/ /_  /   _  / / /  / _  / / /  /_/ / 
/_____/\___/\__,_/ /_/    /_/ /_//_/  /_/ /_/_\__, /  
                                             /____/   
________                                      _____                
___  __ \________________________________________(_)_____________ _
__  /_/ /_  ___/  __ \  ___/  _ \_  ___/_  ___/_  /__  __ \_  __ `/
_  ____/_  /   / /_/ / /__ /  __/(__  )_(__  )_  / _  / / /  /_/ / 
/_/     /_/    \____/\___/ \___//____/ /____/ /_/  /_/ /_/_\__, /  
                                                          /____/   
          ________________       ________       ______          
___      ____(_)_  /___  /_      ___  __ \___  ____  /______  __
__ | /| / /_  /_  __/_  __ \     __  /_/ /  / / /_  __ \_  / / /
__ |/ |/ /_  / / /_ _  / / /     _  _, _// /_/ /_  /_/ /  /_/ / 
____/|__/ /_/  \__/ /_/ /_/      /_/ |_| \__,_/ /_.___/_\__, /  
                                                       /____/ 


"Learning Processing" is a 2008 book that serves as a gentle introduction to 
the theory and practice of programming. It works by introducing code concepts 
over the course of 23 chapters, and creating a series of examples that build 
on them. The book was written by professor Daniel Shiffman of the ITP in 
New York City.

More information about the book can be found at:
http://www.learningprocessing.com/

These samples have been ported over to Ruby-Processing, which can be found here:
http://wiki.github.com/jashkenas/ruby-processing