File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
samples/processing_app/library/video Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
25
25
1 . [ fastmath] [ ]
26
26
2 . [ vecmath] [ ]
27
27
3 . [ control-panel] [ ]
28
+ 4 . [ video] [ ]
28
29
29
30
4 . [ JBox2D] [ ]
30
31
@@ -42,8 +43,9 @@ Many of the vanilla processing example sketches have been translated to ruby-pro
42
43
[ lsystems ] :https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/lsystems
43
44
[ advanced data ] :https://github.com/ruby-processing/Example-Sketches/tree/master/samples/processing_app/topics/advanced_data
44
45
[ 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
48
50
[ control-panel ] :https://github.com/ruby-processing/Example-Sketches/tree/master/samples/contributed/jwishy.rb
49
51
[ JBox2D ] :https://github.com/ruby-processing/Example-Sketches/tree/master/samples/external_library/ruby_gem/jbox2d
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments