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
Versions before JRubyArt-1.2.0, are unsupported, please update, preferably to latest version...
6
6
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)._
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), actually rvm with jruby as used by travis-ci is also pretty crap as judged by the build traces._
8
8
9
9
## Requirements
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][].
10
+
A clean start for `jruby_art` that works best with the latest version of [processing-3.2.3](https://github.com/processing/processing/releases) and [jruby-9.1.6.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
-
13
-
A suitable version of ruby (MRI ruby > 2.2 or `jruby-9.1.5.0+`) to download gem.
14
12
15
-
`processing-3.2.2`
13
+
A suitable version of ruby (MRI ruby > 2.3 or `jruby-9.1.6.0+`) to download gem.
14
+
15
+
`processing-3.2.3`
16
16
17
17
`jdk1.8.0_102+` can be openjdk with OpenJFX _a separate download works on ArchLinux_, currently FX2D is experimental is expected to replace JAVA2D in the near future see changes above...
18
18
@@ -28,13 +28,13 @@ 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.2"# typical linux shown
31
+
PROCESSING_ROOT: "/home/tux/processing-3.2.3"# typical linux shown
32
32
# important sketch_book path may be different for processing-3.0
33
-
sketchbook_path: "/home/tux/sketchbook"
34
-
template: emacs
33
+
sketchbook_path: "/home/tux/sketchbook"
34
+
template: bare
35
35
```
36
36
37
-
## Install Steps (assumes you have requirements above)
37
+
## Install Steps (assumes you have requirements above)
38
38
39
39
```bash
40
40
gem install jruby_art
@@ -64,10 +64,10 @@ def draw
64
64
end
65
65
66
66
# NB: changes for processing-3.0+
67
-
# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
68
-
# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
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.2 in any case.
67
+
# size, full_screen, pixel_density and smooth should all be moved to settings (this is hidden
68
+
# to users of processing ide, but not for JRubyArt, or for Eclipse NetBeans users). The FX2D
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.3 in any case.
0 commit comments