This blog is where I will publish articles that should be interesting to anyone wanting to dabble with JRubyArt, this is the successor to my learning ruby-processing blog (google blogger). Check out the JRubyArt GitHub repo and JRubyArt website for more info on how to get the most out of JRubyArt. 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
  # smooth
  # full_screen
end

Example Sketches:-

Link to included k9 –install, and book examples The Nature of Code for JRubyArt