Sha256: fcabd547db32db1a0783309e1e6249a0087ce2a1da1cb1142e04ab78e59493ad
Contents?: true
Size: 248 Bytes
Versions: 5
Compression:
Stored size: 248 Bytes
Contents
%w[xot rays reflex rubysketch] .map {|s| File.expand_path "../../#{s}/lib", __dir__} .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)} require 'rubysketch-processing' draw do textSize 50 text 'hello, world!', 10, 10 end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubysketch-0.1.4 | examples/hello.rb |
rubysketch-0.1.3 | examples/hello.rb |
rubysketch-0.1.2 | examples/hello.rb |
rubysketch-0.1.1 | examples/hello.rb |
rubysketch-0.1.0 | examples/hello.rb |