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-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,18 +7,18 @@ Versions before JRubyArt-1.5.1, 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), 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.4](https://github.com/processing/processing/releases) and [jruby-9.2.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, [raspberrypi][pi]) for Android see Yuki Morohoshi [rubuto-processing3][].
10
+
A clean start for `jruby_art` that works best with the latest version of [processing-3.5.3](https://github.com/processing/processing/releases) and [jruby-9.2.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, [raspberrypi][pi]) for Android see Yuki Morohoshi [rubuto-processing3][].
11
11
## Requirements
12
12
13
-
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.2.5.0`) to download gem.
13
+
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.2.6.0`) to download gem.
14
14
15
-
`processing-3.4`
15
+
`processing-3.5.3`
16
16
17
17
`jdk1.8.0_171+` can be openjdk with OpenJFX _a separate download works on ArchLinux_, currently FX2D is still experimental but might in the future replace JAVA2D as default renderer, however for hardware graphics acceleration there is alway P2D / P3D.
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.4+ ide_ although for `video` on linux at least it may better to install the development version with support for gstreamer-1.0 (gstreamer-0.1.x is either deprecated or completely missing). NB: a replacement processing sound library is also under active development.
21
+
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.5.3+ ide_ although for `video` on linux at least it may better to install the development version with support for gstreamer-1.0 (gstreamer-0.1.x is either deprecated or completely missing). NB: a replacement processing sound library is also under active development.
22
22
23
23
## Configuration
24
24
@@ -27,7 +27,7 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
27
27
```yaml
28
28
# YAML configuration file for jruby_art
29
29
# K9_HOME: "/home/ruby2.4.0 ... /jruby_art" # windows users may need to set this
30
-
PROCESSING_ROOT: "/home/tux/processing-3.4"# typical linux shown
30
+
PROCESSING_ROOT: "/home/tux/processing-3.5.3"# typical linux shown
31
31
# important sketch_book path may be different for processing-3.0
32
32
sketchbook_path: "/home/tux/sketchbook"
33
33
template: bare
@@ -42,7 +42,7 @@ height: 600 # for static sketch only
42
42
gem install jruby_art
43
43
k9 --install # installs jruby-complete-9.2.0.0 and downloads and installs samples to ~/k9_samples
44
44
cd ~/k9_samples/contributed
45
-
k9 --run jwishy.rb # if you have jruby-9.2.5.0 installed or config `JRUBY: false`
45
+
k9 --run jwishy.rb # if you have jruby-9.2.6.0 installed or config `JRUBY: false`
46
46
# to use jruby-complete set `JRUBY: false` in config
0 commit comments