Skip to content

Commit 3cd6384

Browse files
author
monkstone
committed
2 parents d122ba6 + 59283c5 commit 3cd6384

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
2525
1. [fastmath][]
2626
2. [vecmath][]
2727
3. [control-panel][]
28+
4. [video][]
2829

2930
4. [JBox2D][]
3031

@@ -42,8 +43,9 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
4243
[lsystems]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/lsystems
4344
[advanced data]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/advanced_data
4445
[shaders]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/shaders
45-
[Libraries]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/libraries
46-
[fastmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/libraries/fastmath
47-
[vecmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/libraries/vecmath
46+
[Libraries]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library
47+
[fastmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/fastmath
48+
[vecmath]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/vecmath
49+
[video]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/library/video
4850
[control-panel]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/contributed/jwishy.rb
4951
[JBox2D]:https://github.com/ruby-processing/Example-Sketches/tree/master/samples/external_library/ruby_gem/jbox2d
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Sketches in this folder may need to be run with the "--nojruby" flag.
1+
Some sketches in this folder may need to be run with the "--nojruby" flag.

0 commit comments

Comments
 (0)