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
Copy file name to clipboardExpand all lines: external_library/gem/joonsrenderer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
The current sketches are mainly variants on vanilla processing sketches by Joon Hyub Lee, the creator of the Joons renderer library, but you do not need to install the vanilla processing library, just install the joonsrenderer gem.
3
3
4
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
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 using standard incantation:-
6
6
```ruby
7
7
require'joonsrenderer'
8
8
include_package 'joons'# this needs to in a module which is done automatically JRubyArt but not for propane
0 commit comments