We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d870cd8 commit b042b8dCopy full SHA for b042b8d
README.md
@@ -5,6 +5,12 @@ A growing collection of pixel shaders ported to Processing to be used with the `
5
6
### To run shader sketches
7
```bash
8
+# autorun all sketches
9
+cd filters4ruby-processing
10
+rake # assume rake and processing and ruby-processing installed
11
+```
12
+Run / Watch individual samples as follows
13
+```bash
14
rp5 --nojruby run/watch sketch.rb # Need to use jruby-complete
15
```
16
or in `.rp5rc` add following (if pure yaml)
0 commit comments