Sha256: 48f07192fe3afcc9e7c05fd757406474a17562f4b815e1afdcc672bd5b1df266

Contents?: true

Size: 256 Bytes

Versions: 7

Compression:

Stored size: 256 Bytes

Contents

require 'rubysketch'


begin
  include RubySketch::Processing::Context

  window = RubySketch::Window.new {start}
  setup__ window

  window.__send__ :begin_draw
  at_exit do
    window.__send__ :end_draw
    Reflex.start {window.show} unless $!
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rubysketch-0.3.6 lib/rubysketch-processing.rb
rubysketch-0.3.5 lib/rubysketch-processing.rb
rubysketch-0.3.4 lib/rubysketch-processing.rb
rubysketch-0.3.3 lib/rubysketch-processing.rb
rubysketch-0.3.2 lib/rubysketch-processing.rb
rubysketch-0.3.1 lib/rubysketch-processing.rb
rubysketch-0.3.0 lib/rubysketch-processing.rb