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
Certain sketches in this folder need to be run with the `--nojruby` flag, prior to JRubyArt-1.1:-
2
-
3
-
`physics_type.rb`
4
-
5
-
`gray_scott_image.rb`
6
-
7
-
However since JRubyArt-1.1 the use of the `data_path` wrapper (provides absolute path to data folder) this should not be required.
1
+
Since JRubyArt-1.1 the use of the `data_path` wrapper (provides absolute path to data folder) this should be used, or image/shader sketches will need to be run with jruby-complete (by setting `JRUBY: false` in `~/jruby_art/config.yml`). This a java permission thing...
0 commit comments