Skip to content

Commit 731938e

Browse files
committed
Update README.md
1 parent 5b97951 commit 731938e

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
@@ -3,7 +3,11 @@ JRubyArt-examples
33
================
44

55
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. At runtime these sketches the get wrapped into a Sketch class. Should you prefer you can still write class wrapped sketches, these will work equally well with ruby-processing. You should also checkout the [Nature of Code Examples in ruby][] and for the beginner [Learning Processing with Ruby][] for even more examples.
6-
Includes autorun Rakefiles, in a console cd outer directory and 'rake' to run all autorun examples or eg 'rake shaders' to just run the shader examples.
6+
Includes autorun Rakefiles:-
7+
8+
1. in a console cd outer directory
9+
2. and 'rake' to run all autorun examples
10+
3. or eg 'rake hype' to just run the hype library examples (depends on an installed hype library).
711

812
### Partial Catalogue (for the lazy)
913

0 commit comments

Comments
 (0)