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
2525 1 . [ fastmath] [ ]
2626 2 . [ vecmath] [ ]
2727 3 . [ control-panel] [ ]
28+ 4 . [ video] [ ]
2829
29304 . [ 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
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