@@ -5,9 +5,80 @@ WIP to complete translation from JRubyArt to propane using [this conversion tool
5
5
6
6
See how to install [ java libraries here] [ contributed ]
7
7
8
- To autorun many samples ` cd ` this directory and ` rake ` for others like pbox2d
9
- ` rake pbox2d ` you get the idea (read the Rakefile). NB: not all samples ge autorun and where appropriate you need to install library or gem.
8
+ To auto-run many samples ` cd ` this directory and ` rake ` for others like pbox2d
9
+ ` rake pbox2d ` you get the idea (read the Rakefile). NB: not all samples get auto-run, and where appropriate you need to install library or gem.
10
+
11
+ ### Partial Catalogue (for the lazy)
12
+
13
+ 1 . [ Basic] [ ]
14
+
15
+ 1 . [ structure] [ ]
16
+ 2 . [ objects] [ ]
17
+ 3 . [ arrays] [ ]
18
+ 4 . [ input] [ ]
19
+ 5 . [ shape] [ ]
20
+ 6 . [ image] [ ]
21
+ 7 . [ control] [ ]
22
+
23
+ 2 . [ Topics] [ ]
24
+
25
+ 1 . [ shaders] [ ]
26
+ 2 . [ lsystems] [ ]
27
+ 3 . [ advanced data] [ ]
28
+
29
+ 3 . [ Libraries] [ ]
30
+ 1 . [ fastmath] [ ]
31
+ 2 . [ vecmath] [ ]
32
+ 3 . [ control-panel] [ ]
33
+ 4 . [ video] [ ]
34
+
35
+ 4 . Gems
36
+ 1 . [ PBox2D] [ pbox2d ]
37
+ 2 . [ Geomerative] [ geomerative ]
38
+ 3 . [ Toxiclibs] [ toxiclibs ]
39
+ 4 . [ Wordcram] [ wordcram ]
40
+ 5 . [ Sunflow raytracing] [ joons ]
41
+
42
+ 5 . Java Libraries
43
+ 1 . [ Hype-processing] [ hype ]
44
+ 2 . [ Hemesh] [ hemesh ]
45
+ 6 . Others
46
+ 1 . [ WOVNS patterns] [ wovns ]
47
+
48
+ ### User contributions are most welcome
49
+ [ Contributions] [ ] add your [ own] [ ]
50
+
51
+ [ wovns ] :https://github.com/ruby-processing/propane-examples/tree/master/examples/WOVNS
52
+ [ Learning Processing with Ruby ] :https://github.com/ruby-processing/learning-processing-with-ruby
53
+ [ Nature of Code Examples in ruby ] :https://github.com/ruby-processing/The-Nature-of-Code-for-propane
54
+ [ Contributions ] :https://github.com/ruby-processing/propane-examples/tree/master/contributed
55
+ [ own ] :https://github.com/ruby-processing/propane-examples/blob/master/CONTRIBUTING.md
56
+ [ Basic ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics
57
+ [ structure ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/structure
58
+ [ objects ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/objects
59
+ [ arrays ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/arrays
60
+ [ control ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/control
61
+ [ shape ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/shape
62
+ [ input ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/input
63
+ [ image ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/basics/image
64
+ [ Topics ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/topics
65
+ [ lsystems ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/topics/lsystems
66
+ [ advanced data ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/topics/advanced_data
67
+ [ shaders ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/topics/shaders
68
+ [ Libraries ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library
69
+ [ fastmath ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/fastmath
70
+ [ vecmath ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/vecmath
71
+ [ video ] :https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/video
72
+ [ control-panel ] :https://github.com/ruby-processing/propane-examples/tree/master/contributed/jwishy.rb
73
+ [ PBox2D ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/ruby_gem/jbox2d
74
+ [ hype ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/java/hype
75
+ [ hemesh ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/java/hemesh
76
+ [ joons ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/gem/joonsrenderer
77
+ [ geomerative ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/gem/geomerative
78
+ [ toxiclibs ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/gem/toxiclibs
79
+ [ wordcram ] :https://github.com/ruby-processing/propane-examples/tree/master/external_library/gem/ruby_wordcram
80
+ [ propane ] :https://ruby-processing.github.io/propane/
10
81
11
82
[ conversion ] :https://gist.github.com/monkstone/6f61ecf6c0f222d9b80250bd60a8c84f
12
- [ examples ] :https://github.com/ruby-processing/JRubyArt -examples
83
+ [ examples ] :https://github.com/JRubyArt-examples/propane -examples
13
84
[ contributed ] :https://ruby-processing.github.io/propane/contributed
0 commit comments