nature-of-code / noc-examples-processing

Repository for example code from The Nature of Code book
MIT License
2.56k stars 951 forks source link

Add JRubyArt port for processing-3.0 #60

Closed monkstone closed 8 years ago

monkstone commented 8 years ago

JRubyArt is a replacement for ruby-processing for use with processing-3.0. For the most part the examples needed to be changed (to include a settings method, where size, smooth etc now live). But there are other changes to make use of ruby-2.1+ syntax (JRuby-9.0.3.0) not available with ruby-processing (JRuby-1.7.xx ruby-1.9.3 syntax).

shiffman commented 8 years ago

Fantastic, thank you!