Loading...
Logo
Processing Forum
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!

Replies(3)

Hi,

I would be interested to use ruby-processing in an Applet, I checked out the examples and they seem to be broke ?

P.S.:
This thread is not a question, I suppose ?
I'm not sure it is really worth the effort, here is a ruby-processing  applet I made sometime ago, it takes forever to load because you need to download jruby-complete.jar for it to run.

applet support is broken in 1.0.10. I'm currently trying to fix that, but it's not a priority since you need to download ~ 10 mb each time the applet loads... :(