Skip to content

Commit 071f15c

Browse files
committed
bump version
1 parent 387b0df commit 071f15c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Versions before JRubyArt-1.5.1, are unsupported, please update, preferably to la
77
_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._
88

99
## 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][].
1111
## Requirements
1212

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.
1414

15-
`processing-3.4`
15+
`processing-3.5.3`
1616

1717
`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.
1818

1919
### recommended installs (JRubyArt is currently hard-coded to expect them)
2020

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.
2222

2323
## Configuration
2424

@@ -27,7 +27,7 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
2727
```yaml
2828
# YAML configuration file for jruby_art
2929
# 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
3131
# important sketch_book path may be different for processing-3.0
3232
sketchbook_path: "/home/tux/sketchbook"
3333
template: bare
@@ -42,7 +42,7 @@ height: 600 # for static sketch only
4242
gem install jruby_art
4343
k9 --install # installs jruby-complete-9.2.0.0 and downloads and installs samples to ~/k9_samples
4444
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`
4646
# to use jruby-complete set `JRUBY: false` in config
4747
```
4848
## Create sketches from built in templates

0 commit comments

Comments
 (0)