Skip to content

Releases: ruby-processing/JRubyArt

Update jruby-complete to 9.1.13.0 and to processing-3.3.6

07 Sep 20:00
Compare
Choose a tag to compare

Fix installer to create an optimistic configuration (works on Mint)?

Enhanced LibraryProxy

06 Aug 06:56
Compare
Choose a tag to compare

Library proxy has been extended to include support for registering mouseEvent and keyEvent with the sketch Applet. Opening the possibility of creating ruby libraries that can access these events, and provide callbacks to the sketch PApplet.

Control Panel Update

19 Jul 06:36
Compare
Choose a tag to compare

Version for use with processing-3.3.5+ and JRuby-9.1.12.0+ features simplified control_panel interface, includes updated samples.

Update to jruby-9.1.10.0 and processing-3.3.4

11 Jun 07:26
Compare
Choose a tag to compare

Refactoring of library loader is progressing slowly.

Quick Fix for MacOS video

16 Apr 07:16
Compare
Choose a tag to compare

Re-ordered the way binary folders get added to classpath in library loader. NB: this is ahead of a proposed major re-factor of library loader.
Should fix
#30

Bump for some refactoring

06 Mar 19:45
Compare
Choose a tag to compare

Updated to use jruby-9.1.8.0 also samples bumped for soon to be be released ruby_wordcram gem

To coincide with latest processing release version 3.3

14 Feb 07:34
Compare
Choose a tag to compare

Fixes in processing-3.3 probably won't have much impact, but we've a few of our own notably grid method that is now implemented in java. This was highlighted when I translated WOVNS examples to JRubyArt, and these are included in the updated examples (make sure to download version 2.0 of examples).

To coincide with latest processing release

31 Jan 19:26
Compare
Choose a tag to compare

Not too much change see changelog

Updated for JRuby-9.1.7.0 improved static sketch support

12 Jan 06:41
Compare
Choose a tag to compare

This release has enhanced support for static sketches such as:-

background 200, 0, 0

The size and title of the sketch can now be specified in config.yml

For processing-3.2.3 and jruby-complete-9.1.6.0

12 Nov 09:35
Compare
Choose a tag to compare

Various refactorings (should not be obvious to user), samples amended to remove ignored frozen string directives, and slightly expanded.