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

Welcome to JRubyArt!

Sep 28, 2019

Check out:-

  1. Getting started on linux
  2. Getting started on MacOS
  3. Getting started on Windows

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

JRubyArt (Code as Art)

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

JRubyArt is a ruby implementation of processing (approximates to version 4.0).