Skip to content

Commit 2b4f02e

Browse files
committed
Update README.md
1 parent 8fc942a commit 2b4f02e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
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 sketches must be run with JRuby-Complete (`load_image` and `shader` sketches), this is some java permissions thing with jruby. Partial catalogue below I got bored:-
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. You should also checkout the [Nature of Code Examples in ruby][] and for the beginner [Learning Processing with Ruby][].
5+
6+
### Partial Catalogue (for the lazy)
57

68
1. [Basic][]
79

@@ -23,6 +25,8 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
2325
2. [vecmath][]
2426
3. [control-panel][]
2527

28+
[Learning Processing with Ruby]:https://github.com/ruby-processing/learning-processing-with-ruby
29+
[Nature of Code Examples in ruby]:https://github.com/ruby-processing/The-Nature-of-Code-Examples-in-Ruby
2630
[Basic]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics
2731
[structure]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/structure
2832
[objects]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/objects

0 commit comments

Comments
 (0)