Releases: ruby-processing/JRubyArt
Update jruby-complete to 9.1.13.0 and to processing-3.3.6
Fix installer to create an optimistic configuration (works on Mint)?
Enhanced LibraryProxy
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
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
Refactoring of library loader is progressing slowly.
Quick Fix for MacOS video
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
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
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
Not too much change see changelog
Updated for JRuby-9.1.7.0 improved static sketch support
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
Various refactorings (should not be obvious to user), samples amended to remove ignored
frozen string directives, and slightly expanded.