You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current sketches are mainly variants on vanilla processing sketches by Joon Hyub Lee, creator of the Joons renderer libray, but you do not to install the vanilla processing library just install the joonsrenderer gem.
3
+
4
+
### Joons Renderer Gem ###
5
+
This includes a modified version of the original Joons Library (and the interface is currently compatible with the original), but also includes an updated version of sunflow (jdk-8 and latest janino). To use the gem
6
+
```ruby
7
+
require'joonsrenderer'
8
+
include_package 'joons'# this needs to in a module which is done automatically JRubyArt but not for propane
0 commit comments