Skip to content

Commit fd51579

Browse files
authored
Create README.md
1 parent d77e986 commit fd51579

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
### Source of sketches ###
2+
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

Comments
 (0)