Sha256: 8b016823f4446dc67f528cc353e12c347b1aa46752e587b2ebcb34fd214b9114

Contents?: true

Size: 319 Bytes

Versions: 3

Compression:

Stored size: 319 Bytes

Contents

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

root = File.dirname(__FILE__)
require "#{root}/base.rb"
Processing.load_and_run_sketch

ARGV.clear # So that IRB doesn't try to load them as files.

require 'irb'
IRB.setup(__FILE__)
IRB.start

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ruby-processing-2.4.4 lib/ruby-processing/runners/live.rb
ruby-processing-2.4.3 lib/ruby-processing/runners/live.rb
ruby-processing-2.4.2 lib/ruby-processing/runners/live.rb