JRubyArtLegacy (Code as Art)
What is JrubyArtLegacy? Blocks Classes Editors Examples Gems Methods Libraries Magic Modules Variables and Objects

Welcome to JRubyArt!

Sep 26, 2015

Check out the JRubyArt GitHub repo and getting started, for more info on how to get the most out of JRubyArt. File all bugs/feature requests at JRubyArt issues. Also check out the learning JRubyArt blog

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:-

k9 –install, book examples The Nature of Code for JRubyArt

JRubyArtLegacy (Code as Art)

  • JRubyArtLegacy (Code as Art)
  • mamba2928@yahoo.co.uk
  • monkstone
  • monkstoneT

JRubyArtLegcy is a ruby wrapper for processing-3.3.7+.