Skip to content

Commit 1cf22a8

Browse files
committed
Update README.md
1 parent 07715f7 commit 1cf22a8

1 file changed

Lines changed: 22 additions & 23 deletions

File tree

README.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# JRubyArt-examples for JRubyArt-1.1+
2-
Example-Sketches
2+
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. Certain sketches must be run with JRuby-Complete (mainly `load_image` and `shader` sketches), this is a [java permissions thing with jruby][]. You should also checkout the [Nature of Code Examples in ruby][] and for the beginner [Learning Processing with Ruby][] for even more examples.
@@ -35,25 +35,24 @@ Includes autorun Rakefiles, in a console cd outer directory and 'rake' to run al
3535
[Contributions][] add your [own][]
3636

3737
[Learning Processing with Ruby]:https://github.com/ruby-processing/learning-processing-with-ruby
38-
[Nature of Code Examples in ruby]:https://github.com/ruby-processing/The-Nature-of-Code-Examples-in-Ruby
39-
[Contributions]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/contributed
40-
[own]:https://github.com/ruby-processing/Example-Sketches/blob/master/CONTRIBUTING.md
41-
[Basic]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics
42-
[structure]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/structure
43-
[objects]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/objects
44-
[arrays]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/arrays
45-
[control]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/control
46-
[shape]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/shape
47-
[input]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/input
48-
[image]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/basics/image
49-
[Topics]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics
50-
[lsystems]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/lsystems
51-
[advanced data]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/advanced_data
52-
[shaders]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/shaders
53-
[Libraries]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library
54-
[fastmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/fastmath
55-
[vecmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/vecmath
56-
[video]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/video
57-
[control-panel]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/contributed/jwishy.rb
58-
[JBox2D]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/external_library/ruby_gem/jbox2d
59-
[java permissions thing with jruby]:https://github.com/jashkenas/ruby-processing/wiki/FAQs
38+
[Nature of Code Examples in ruby]:https://github.com/ruby-processing/The-Nature-of-Code-for-JRubyArt
39+
[Contributions]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/contributed
40+
[own]:https://github.com/ruby-processing/JRubyArt-examples/blob/master/CONTRIBUTING.md
41+
[Basic]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics
42+
[structure]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/structure
43+
[objects]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/objects
44+
[arrays]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/arrays
45+
[control]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/control
46+
[shape]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/shape
47+
[input]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/input
48+
[image]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/basics/image
49+
[Topics]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/topics
50+
[lsystems]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/topics/lsystems
51+
[advanced data]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/topics/advanced_data
52+
[shaders]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/topics/shaders
53+
[Libraries]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/library
54+
[fastmath]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/library/fastmath
55+
[vecmath]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/library/vecmath
56+
[video]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/processing_app/library/video
57+
[control-panel]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/contributed/jwishy.rb
58+
[JBox2D]:https://github.com/ruby-processing/JRubyArt-examples/tree/master/external_library/ruby_gem/jbox2d

0 commit comments

Comments
 (0)