Skip to content

Commit bb92c4e

Browse files
committed
Update README.md
1 parent 9be6e38 commit bb92c4e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11
Example-Sketches
22
================
33

4-
Many of the vanilla processing example sketches have been translated to ruby-processing, and they are mainly written as 'bare' sketches (ie not class wrapped) in keeping with the original processing. When these sketches the get wrapped in a Sketch class. Should you prefer to write class wrapped sketches these will work equally well with ruby processing. Certain sketch must be run with JRuby-Complete (`load_image` and `shader` sketches), this is some java permissions thing with jruby.
4+
Many of the vanilla processing example sketches have been translated to ruby-processing, and they are mainly written as 'bare' sketches (ie not class wrapped) in keeping with the original processing. When these sketches the get wrapped in a Sketch class. Should you prefer to write class wrapped sketches these will work equally well with ruby processing. Certain sketches must be run with JRuby-Complete (`load_image` and `shader` sketches), this is some java permissions thing with jruby.
5+
6+
1. [Basic][]
7+
8+
2. [Topics][]
9+
10+
3. [Libraries][]
11+
12+
[Basic]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics
13+
[Topics]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics
14+
[Libraries]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/libraries

0 commit comments

Comments
 (0)