Replaces AppRender with GfxRender, and removal of bashisms in autorun Rakefiles
Like the original ruby-processing, JRubyArt is like a DSL for vanilla processing, so sketches can be written as bare sketches (ie they do not require a class wrapper, JRubyArt does that for you as does vanilla processing cf propane). Here you will find many of the processing example sketches have been translated to ruby as bare sketches) but you can add a class wrapper if that suits you. You should also checkout the Nature of Code Examples in ruby and for the beginner Learning Processing with Ruby for even more examples. Many sketch folders includes autorun Rakefiles, and some of these can be run from the root directory as a demo:-
- in a console cd
k9_samplesdirectory - and
raketo run all the core examples (excludes gem examples etc) rake hypeto just run the hype library examples (depends on an installed hype library).rake wordcramto just run the wordcram gem examples (depends on an installed ruby_wordcram gem).rake pbox2dto just run the pbox2d gem examples (depends on an installed gem).
-
Gems
-
Java Libraries
-
Others
Contributions add your own