Ruby Processing
Experiments with ruby-processing (processing-2.2.1) and
JRubyArt
for processing-3.0
Monday, 12 October 2015
Bye Bye Blogger Hello Github
›
It was nice to be gothic but I've moved onto github.io for blogging about JRubyArt:- Personal JRubyArt blog Monkstone Ruby-Proce...
Wednesday, 16 September 2015
Fraction Sums
›
# fraction_sums.rb, by Martin Prout attr_reader :f , :two , :three , :four , :five , :six def setup sketch_title ' Math Blackb...
Tuesday, 15 September 2015
Bresenham's Algorithm in JRubyArt
›
After ruby-processing version, published by norioc on qiita # ruby-processing sketch # http://qiita.com/norioc/items/99514cb659aad03ab...
Saturday, 29 August 2015
Changing window / surface dynamically in JRubyArt
›
Since the changes to processing-3.0 we are able to resize our sketches dynamically:- def settings size( 400 , 400 ) end def setu...
Thursday, 27 August 2015
Advanced shader sketches in JRubyArt
›
Andres Colubri has published some advanced shader experiments here for processing-3.0, this is one of the examples translated for JRubyArt...
Monday, 17 August 2015
Java-8-lambda and jruby extensions
›
Should we be getting excited about java-8-lambda for jruby extensions (working in NetBeans I got this suggestion when updating source from ...
Friday, 14 August 2015
AABB for JRubyArt using keyword args
›
UPDATED ENTRY 2 September 2015, to avoid clash with toxicgem AABB is now AaBb since JRubyArt-0.6.0 I'm adding a 2D axis aligned boundi...
›
Home
View web version