You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# propane-examples
2
2
Example Sketches for propane see also [Example-Sketches][examples] for ruby-processing (many of with only need to be class wrapped to run with propane).
3
3
4
-
1. Sketches using the [data_path wrapper][path] (yields absolute path to `data` folder)
5
-
2. Other [sketches][regular]
4
+
1. Sketches using the [data_path wrapper][path] (yields absolute path to `data` folder). NB without wrapper these sketches would need to be run using jruby-complete (`propane --run sketch.rb` rather than `jruby sketch.rb`
5
+
6
+
2. Other [sketches][regular], can be run with `propane --run sketch.rb` or `jruby sketch.rb`
0 commit comments