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
+6-6
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to la
7
7
_Note the main reason for the current build to fail on travis is when the current version of [processing is not available from maven central][testing], it has only ever been available by third parties (I am eternally hopeful that one day processing.org will see the light)._
8
8
9
9
## Requirements
10
-
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.1](https://github.com/processing/processing/releases) and [jruby-9.1.5.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
10
+
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.2](https://github.com/processing/processing/releases) and [jruby-9.1.5.0](http://jruby.org/download) see [wiki](https://github.com/ruby-processing/JRubyArt/wiki/Building-latest-gem) for building gem from this repo. Changes from processing- 2.0 to [processing-3.0 here](https://github.com/processing/processing/wiki/Changes-in-3.0). Should work on same platforms as vanilla processing (windows, mac, linux) for Android see Yuki Morohoshi [rubuto-processing3][].
11
11
## Requirements
12
12
13
13
A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
@@ -18,7 +18,7 @@ A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
18
18
19
19
### recommended installs (JRubyArt is currently hard-coded to expect them)
20
20
21
-
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.2.1 ide_
21
+
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.2.2 ide_
22
22
23
23
24
24
## Configuration
@@ -28,7 +28,7 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
28
28
```yaml
29
29
# YAML configuration file for jruby_art
30
30
# K9_HOME: "/home/ruby2.3.0 ... /jruby_art" # windows users may need to set this
31
-
PROCESSING_ROOT: "/home/tux/processing-3.2.1"# typical linux shown
31
+
PROCESSING_ROOT: "/home/tux/processing-3.2.2"# typical linux shown
32
32
# important sketch_book path may be different for processing-3.0
33
33
sketchbook_path: "/home/tux/sketchbook"
34
34
template: emacs
@@ -38,9 +38,9 @@ template: emacs
38
38
39
39
```bash
40
40
gem install jruby_art
41
-
k9 --install # installs jruby-complete-9.1.4.0 and downloads and installs samples to ~/k9_samples
41
+
k9 --install # installs jruby-complete-9.1.5.0 and downloads and installs samples to ~/k9_samples
42
42
cd ~/k9_samples/contributed
43
-
k9 --run jwishy.rb # if you have jruby-9.1.4.0 installed or config `JRUBY: false`
43
+
k9 --run jwishy.rb # if you have jruby-9.1.5.0 installed or config `JRUBY: false`
44
44
# to use jruby-complete set `JRUBY: false` in config
45
45
```
46
46
## Create sketches from built in templates
@@ -67,7 +67,7 @@ end
67
67
# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
68
68
# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
69
69
# rendering mode was introduced, and was expected to replace JAVA2D (as default rendering mode)
70
-
# but may not now happen, and not for processing-3.2.1 in any case.
70
+
# but may not now happen, and not for processing-3.2.2 in any case.
0 commit comments