Skip to content

Commit fbc8067

Browse files
committed
bump processing version
1 parent 356bd4e commit fbc8067

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
**v1.2.8** Properly implement post-initialize (it might be useful). Refactor Sketchbook and OS.
2+
**v1.2.8** Properly implement post-initialize (it might be useful). Refactor Sketchbook and OS. Update to processing-3.2.4.
33

44
**v1.2.7** Introduce new config parameters `sketch_title`, `width` and `height` with a view to better static sketch support (for youngsters, absolute novices). Update to use jruby-9.1.7.0 and latest samples 1.8 (includes joons renderer examples)
55

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ Versions before JRubyArt-1.2.0, 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.2.3](https://github.com/processing/processing/releases) and [jruby-9.1.7.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.4](https://github.com/processing/processing/releases) and [jruby-9.1.7.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][].
1111
## Requirements
1212

1313
A suitable version of ruby (MRI `ruby 2.3+` or `jruby-9.1.6.0+`) to download gem.
1414

15-
`processing-3.2.3`
15+
`processing-3.2.4`
1616

1717
`jdk1.8.0_111+` 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...
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.2.2 ide_
21+
processing `video` and `sound-1.3.2+` libraries _best installed from the processing-3.2.4 ide_
2222

2323

2424
## Configuration
@@ -28,7 +28,7 @@ You can if you wish leave configuration to the `new` autoconfig tool (delete exi
2828
```yaml
2929
# YAML configuration file for jruby_art
3030
# K9_HOME: "/home/ruby2.3.0 ... /jruby_art" # windows users may need to set this
31-
PROCESSING_ROOT: "/home/tux/processing-3.2.3" # typical linux shown
31+
PROCESSING_ROOT: "/home/tux/processing-3.2.4" # typical linux shown
3232
# important sketch_book path may be different for processing-3.0
3333
sketchbook_path: "/home/tux/sketchbook"
3434
template: bare
@@ -70,7 +70,7 @@ end
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.3 in any case.
73+
# but may not now happen, and not for processing-3.2.4 in any case.
7474
def settings
7575
size 400, 300
7676
end

pom.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
)
3434

3535
pom 'org.jruby:jruby:9.1.7.0'
36-
jar 'org.processing:core:3.2.3'
36+
jar 'org.processing:core:3.2.4'
3737
jar 'org.processing:video:3.0.2'
3838
plugin_management do
3939
plugin :resources, '2.6'

0 commit comments

Comments
 (0)