Skip to content

Commit

Permalink
change license
Browse files Browse the repository at this point in the history
  • Loading branch information
monkstone committed Aug 30, 2019
1 parent 422957d commit 9505138
Show file tree
Hide file tree
Showing 5 changed files with 1,196 additions and 44 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,5 +1,6 @@
**v2.1.0** JRubyArt is no longer dependent on an installed version of vanilla processing, but needs at least jdk11 to run. Anyone wanting to use jdk8 should install JRubyArt-1.7.0 and probably use bundler to freeze version.
**v2.2.0** A standalone ruby version of processing which runs with jdk12 and essentially uses a develpment version of processing core (by Sam Pottinger). Use version 1.7.0 if you are using jdk8.

**v2.1.0** JRubyArt is no longer dependent on an installed version of vanilla processing, but needs at least jdk11 to run. Anyone wanting to use jdk8 should install JRubyArt-1.7.0 and probably use bundler to freeze version.
**v2.0.0** Update to jdk11, removing many bashisms on the way. We compile our own processing code, and include with jogl gems in gem. Requires a new `config.yml` file to use libraries. Revert to processing-3.3.7 versions of PShapeOpenGL and PGraphicsOpenGL to fix diwi examples and possibly others.

**v1.7.0** Update to jruby-complete-9.2.8.0. NB: breaking change AppRender(applet) changed to GfxRender(graphics) please update samples.
Expand Down

0 comments on commit 9505138

Please sign in to comment.