Skip to content

Commit 42a3755

Browse files
committed
2 parents 12a3620 + 3c03c4b commit 42a3755

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# propane-examples
2-
Example Sketches for propane-2.3.0 see also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
2+
Example Sketches for propane-2.3.1 see also [Example-Sketches][examples] for JRubyArt (many of with only need to be class wrapped to run with propane).
33

44
WIP to complete translation from JRubyArt to propane using [this conversion tool][conversion], and by replacing `Processing::Proxy` with `Propane::Proxy`, and unnest some classes as required.
55

@@ -31,6 +31,7 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
3131
2. [vecmath][]
3232
3. [control-panel][]
3333
4. [video][]
34+
5. [glvideo][]
3435

3536
4. Gems
3637
1. [PBox2D][pbox2d]
@@ -67,6 +68,7 @@ To auto-run many samples `cd` this directory and `rake` for others like pbox2d
6768
[shaders]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/topics/shaders
6869
[Libraries]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library
6970
[fastmath]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/fastmath
71+
[glvideo]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/glvideo
7072
[vecmath]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/vecmath
7173
[video]:https://github.com/ruby-processing/propane-examples/tree/master/processing_app/library/video
7274
[control-panel]:https://github.com/ruby-processing/propane-examples/tree/master/contributed/jwishy.rb

0 commit comments

Comments
 (0)