Using refined includes in ruby-processing, don't over pollute your classes: http://t.co/WQ9OmnvgcV
— monkstone (@monkstoneT) June 26, 2015
Experiments with ruby-processing (processing-2.2.1) and JRubyArt for processing-3.0
Friday, 26 June 2015
When to use Processing::Proxy
Just in case it has passed you by, processing uses java inner classes to give your own classes access to the PApplet methods/variables. For ruby-processing you can include the Processing::Proxy module to give you a similar level of access, note the width and height variables are not available (you can use $app.width and $app.height to get round that). This all very non OO so you should use it only when you need it:-
Subscribe to:
Post Comments (Atom)
Followers
Blog Archive
-
▼
2015
(51)
-
▼
June
(7)
- When to use Processing::Proxy
- This Hemesh Sketch Forced me to use JRuby Edges
- Watch Mode Working in Ruby-Processing-3.0
- Full Screen Sketch in Ruby-Processing-3.0
- FX2D works better than JAVA2D on ruby-processing-3.0
- Prototyping glsl shader sketches in ruby-processing
- More Experiments with Java Reflection in Ruby-Proc...
-
▼
June
(7)
About Me
- monkstone
- I have developed JRubyArt and propane new versions of ruby-processing for JRuby-9.1.5.0 and processing-3.2.2
No comments:
Post a Comment