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