Sha256: d3ba7c6a29a9e402a1f7cd3bdd7f995959aea6a920bafb8557d2da535dfac86b

Contents?: true

Size: 275 Bytes

Versions: 32

Compression:

Stored size: 275 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
  background 0, 10
  textSize 50
  text 'hello, world!', mouseX, mouseY
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
rubysketch-0.3.22 examples/hello.rb
rubysketch-0.3.21 examples/hello.rb
rubysketch-0.3.20 examples/hello.rb
rubysketch-0.3.19 examples/hello.rb
rubysketch-0.3.18 examples/hello.rb
rubysketch-0.3.17 examples/hello.rb
rubysketch-0.3.16 examples/hello.rb
rubysketch-0.3.15 examples/hello.rb
rubysketch-0.3.14 examples/hello.rb
rubysketch-0.3.13 examples/hello.rb
rubysketch-0.3.12 examples/hello.rb
rubysketch-0.3.11 examples/hello.rb
rubysketch-0.3.10 examples/hello.rb
rubysketch-0.3.9 examples/hello.rb
rubysketch-0.3.8 examples/hello.rb
rubysketch-0.3.7 examples/hello.rb
rubysketch-0.3.6 examples/hello.rb
rubysketch-0.3.5 examples/hello.rb
rubysketch-0.3.4 examples/hello.rb
rubysketch-0.3.3 examples/hello.rb