Sha256: 0d35fdda94ba55f069a54e58e38cda36977b8423dc665b9b6897f94557eb44da

Contents?: true

Size: 296 Bytes

Versions: 44

Compression:

Stored size: 296 Bytes

Contents

%w[xot rucy beeps rays reflex processing rubysketch]
  .map  {|s| File.expand_path "../../#{s}/lib", __dir__}
  .each {|s| $:.unshift s if !$:.include?(s) && File.directory?(s)}

require 'rubysketch'
using RubySketch

draw do
  background 0
  textSize 30
  text "hello, rubysketch!", 10, 100
end

Version data entries

44 entries across 44 versions & 1 rubygems

Version Path
rubysketch-0.7.7 examples/hello.rb
rubysketch-0.7.6 examples/hello.rb
rubysketch-0.7.5 examples/hello.rb
rubysketch-0.7.4 examples/hello.rb
rubysketch-0.7.3 examples/hello.rb
rubysketch-0.7.2 examples/hello.rb
rubysketch-0.7.1 examples/hello.rb
rubysketch-0.7 examples/hello.rb
rubysketch-0.6.3 examples/hello.rb
rubysketch-0.6.2 examples/hello.rb
rubysketch-0.5.38 examples/hello.rb
rubysketch-0.5.37 examples/hello.rb
rubysketch-0.5.36 examples/hello.rb
rubysketch-0.5.35 examples/hello.rb
rubysketch-0.5.34 examples/hello.rb
rubysketch-0.5.33 examples/hello.rb
rubysketch-0.5.32 examples/hello.rb
rubysketch-0.5.31 examples/hello.rb
rubysketch-0.5.30 examples/hello.rb
rubysketch-0.5.28 examples/hello.rb