Skip to content

Releases: ruby-processing/JRubyArt

Reflect current release before I bump version

09 Nov 10:30
Compare
Choose a tag to compare

Skipping 1.2.2 included a flawed jruby release

02 Sep 09:01
Compare
Choose a tag to compare

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

19 Jul 17:43
Compare
Choose a tag to compare

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

01 Jul 19:09
Compare
Choose a tag to compare

Introducing the native file chooser

14 Jun 12:42
Compare
Choose a tag to compare

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

27 May 17:54
Compare
Choose a tag to compare

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

21 May 18:39
Compare
Choose a tag to compare

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

19 May 09:03
Compare
Choose a tag to compare

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

24 Apr 12:57
Compare
Choose a tag to compare

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

06 Mar 20:21
Compare
Choose a tag to compare

Update samples, update to latest processing version (revert to local jars maven jars now out of date)