Sha256: 5555cf9b50947f540a24975cc66501b41ed04dcfe5fed6953f8d2f07b36e2ebd

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

# An IRB shell for live coding. 
# This flavor will either load up empty Ruby-Processing, 
# or will start with your sketch.

require "#{File.dirname(__FILE__)}/base.rb"

require 'irb'
ARGV[0] = nil # To keep IRB from trying to run it multiple times.
require Processing::SKETCH_PATH
IRB.setup(__FILE__)
IRB.start()

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-processing-1.0.1 lib/ruby-processing/runners/live.rb
ruby-processing-1.0.2 lib/ruby-processing/runners/live.rb
ruby-processing-1.0.3 lib/ruby-processing/runners/live.rb