Module: RubySketch

Defined in:
lib/rubysketch.rb,
lib/rubysketch/all.rb,
lib/rubysketch/sprite.rb,
lib/rubysketch/window.rb,
lib/rubysketch/context.rb,
lib/rubysketch/extension.rb

Defined Under Namespace

Classes: Context, Sprite

Constant Summary collapse

WINDOW =
RubySketch::Window.new {start}
CONTEXT =
RubySketch::Context.new WINDOW
Vector =
Processing::Vector
Image =
Processing::Image