File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ v1.2.3 Favor latest beta Video2 library over GLVideo.
2
+
1
3
v1.2.2 Removed landscape from example as too taxing for raspberryPI. Improved geany tools.
2
4
3
5
v1.2.1 Fix install Samples etc. in runner.rb to match modified vendor Rakefile.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ task :init do
12
12
# for Archlinux etc
13
13
# processing_root = File.dirname(`readlink -f $(which processing)`)
14
14
# alternative for debian linux etc
15
- processing_root = File . join ( HOME_DIR , 'processing-3.4 ' )
15
+ processing_root = File . join ( HOME_DIR , 'processing-3.5.3 ' )
16
16
jar_dir = File . join ( processing_root , 'core' , 'library' )
17
17
opengl = Dir . entries ( jar_dir ) . grep ( /amd64|armv6hf/ ) . select { |jar | jar =~ /linux/ }
18
18
opengl . concat %w[ jogl-all.jar gluegen-rt.jar ]
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module PiCrate
4
- VERSION = '1.2.2 '
4
+ VERSION = '1.2.3 '
5
5
end
Original file line number Diff line number Diff line change 1
1
project 'picrate' , 'http://maven.apache.org' do
2
2
3
3
model_version '4.0.0'
4
- id 'ruby-processing:picrate:1.2.2 '
4
+ id 'ruby-processing:picrate:1.2.3 '
5
5
packaging 'jar'
6
6
7
7
description 'An integrated processing-core (somewhat hacked), with additional java code for a jruby version of processing.'
You can’t perform that action at this time.
0 commit comments