ruby-processing 1.0.10 is out
in
Processing with Other Languages
•
2 years ago
Hello everybody,
ruby-processing v 1.0.10 is now out. This is mainly a maintenance & fixes release. Here are the main changes:
* JRuby upgraded to 1.6.4
* Processing upgraded to 1.5.1
* load_library now works for Ruby and Java libraries present in the libraries Processing sketchbook
* added some missing methods from Processing: println(), min(), max(), abs(), binary(), nf*(), etc...
* linux opengl bugs fixed
* added configuration file in $HOME/.rp5rc to configure java_args and sketchbook_path
to install: gem install ruby-processing
http://github.com/jashkenas/ruby-processing/wiki
enjoy!
ruby-processing v 1.0.10 is now out. This is mainly a maintenance & fixes release. Here are the main changes:
* JRuby upgraded to 1.6.4
* Processing upgraded to 1.5.1
* load_library now works for Ruby and Java libraries present in the libraries Processing sketchbook
* added some missing methods from Processing: println(), min(), max(), abs(), binary(), nf*(), etc...
* linux opengl bugs fixed
* added configuration file in $HOME/.rp5rc to configure java_args and sketchbook_path
to install: gem install ruby-processing
http://github.com/jashkenas/ruby-processing/wiki
enjoy!
1