Welcome to JRubyArt!
Check out:-
For more info on how to get the most out of JRubyArt see the JRubyArt WebSite and my JRubyArt blog. File all bugs/feature requests at JRubyArt issues.
def setup
sketch_title 'Sketch Title'
end
def draw
# the sketch loop
end
def settings
size 200, 200
# full_screen # replaces size for full screen sketches
# smooth
end
Example Sketches:-
see installed sketches and book examples The Nature of Code Sketches