Skip to content

Commit fc2cf7d

Browse files
committed
2 parents 53b31e9 + 99f82ba commit fc2cf7d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Includes autorun Rakefiles:-
3737

3838
4. [JBox2D][]
3939
5. [Hype-processing][hype]
40+
6. [Sunflow raytracing][joons]
4041

4142
### User contributions are most welcome
4243
[Contributions][] add your [own][]
@@ -64,3 +65,4 @@ Includes autorun Rakefiles:-
6465
[control-panel]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/contributed/jwishy.rb
6566
[JBox2D]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/external_library/ruby_gem/jbox2d
6667
[hype]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/external_library/java/hype
68+
[joons]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/external_library/gem/joonsrenderer
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, the creator of the Joons renderer library, but you do not need 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 using standard incantation:-
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)