Releases: ruby-processing/JRubyArt
Reflect current release before I bump version
1.2.5 Update README.md
Skipping 1.2.2 included a flawed jruby release
Further re-factoring of sketch_writer ruby (less smells) update to jruby-complete-9.0.4.0 which may bring slight performance boost.
Now using OptParse
Note the command line interface has changed with this release (now using optparse
to pass command line arguments.
k9 --help # displays available options
The --nojruby
flag has been dropped and to use JRubyComplete is exclusively a configuration option.
Revert string refinements JRuby not really ready for it yet
1.1.3 Update README.md
Introducing the native file chooser
Some refactoring of Vec2D and Vec3D classes, but users should not notice. Also some refactoring of ruby-code, but again this should not be noticeable to user. A file chooser library has been created that makes it possibly to use vanilla processing selectInput
snake case preferred. It is important to get the latest JRubyArt-examples to see example usage.
Update to JRuby-Complete-9.1.2.0
Fixed more samples to use data_path
and add back outer Rakefile to auto-run samples. Added few more hype
library examples.
Targetting processing-3.1.1 and JRubyArt-9.1.1.0
The version has been bumped because data_path
is now implemented from the ruby side (dataPath
in java was expeced to be flakey and probably cause security issues). It is recommended to use the new data_path
wrapper rather than rely on java to do the right thing (reported as failing on macosx). Further this change may well solve the long standing issue requiring use of jruby-complete to run load_shader / load_image sketches. Please unpack the latest samples to use with this version (new repo).
Processing-3.1.1 and JRuby-complete-9.1.0.0
This release is intended as a stable release before we futz with data_path
to use ruby/jruby absolute data path (with aim of solving security issue for shader sketches and image sketches when using an installed jruby).
Experimental in sketch slider
Experimental in sketch slider and current release of examples features hype library for processing by Joshua Davis
Update before JRuby-9.1.0.0 gets released
Update samples, update to latest processing version (revert to local jars maven jars now out of date)