Context Free Art in ruby-processing
in
Processing with Other Languages
•
10 months ago
Recently I've been messing with ruby-processing again, the adventurously inclined might like to try out ruby-processing updated for
processing-2.0, that I have been working on.
However the purpose of this post is to announce (now see cf3ruby below) a library for ruby-processing that facillitates the writing of context free sketches in ruby. This library is very much based on Jeremy Ashkenas context-free.rb except it has been update to ruby-1.9 syntax, and the DSL is more in line with current c++ context-freeapplication (shape replaces rule). Tested as working with current version of ruby-processing-1.0.11. For an example see my blog.
However the purpose of this post is to announce (now see cf3ruby below) a library for ruby-processing that facillitates the writing of context free sketches in ruby. This library is very much based on Jeremy Ashkenas context-free.rb except it has been update to ruby-1.9 syntax, and the DSL is more in line with current c++ context-freeapplication (shape replaces rule). Tested as working with current version of ruby-processing-1.0.11. For an example see my blog.