File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ height: 600 # for static sketch only
4141
4242` ` ` bash
4343 gem install jruby_art
44- k9 --install # installs jruby-complete-9.1.7 .0 and downloads and installs samples to ~/k9_samples
44+ k9 --install # installs jruby-complete-9.1.8 .0 and downloads and installs samples to ~/k9_samples
4545 cd ~/k9_samples/contributed
46- k9 --run jwishy.rb # if you have jruby-9.1.7 .0 installed or config `JRUBY: false`
46+ k9 --run jwishy.rb # if you have jruby-9.1.8 .0 installed or config `JRUBY: false`
4747 # to use jruby-complete set `JRUBY: false` in config
4848```
4949## Create sketches from built in templates
7070# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
7171# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
7272# rendering mode was introduced, and was expected to replace JAVA2D (as default rendering mode)
73- # but may not now happen, and not for processing-3.2.4 in any case.
73+ # but may not now happen, and not for processing-3.3 in any case.
7474def settings
7575 size 400 , 300
7676end
You can’t perform that action at this time.
0 commit comments