Well it is only the glsl shader sketches (I think). So something is added by including the jruby-complete.jar classpath in the command line that allows these sketches to run. So one area of experimentation is to try to add similar classpath when firing up ruby-processing using jruby, rather than from java.
-J-cp="${RP5_ROOT}/lib/core/"
Should ensure processing core and jogl/gluegen run-times get included, but something more seems to be required...
Something that enables compiling of glsl shaders?
Useful Bookmarks?
-
http://www.compoundtheory.com/
-
https://github.com/markmandel/jruby-lwjgl
- http://codeanticode.wordpress.com/tag/glsl/
- http://arcsynthesis.org/gltut/
Hey radical thought, since jruby-lwgl seems to work really well, time to ditch ruby-processing, and try something new for a bit at least?
No comments:
Post a Comment