You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces AppRender with GfxRender, and removal of bashisms in autorun Rakefiles
Description
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_samples directory
and rake to run all the core examples (excludes gem examples etc)
rake hype to just run the hype library examples (depends on an installed hype library).
rake wordcram to just run the wordcram gem examples (depends on an installed ruby_wordcram gem).
rake pbox2d to just run the pbox2d gem examples (depends on an installed gem).