Sha256: 7a3c9f1f49425ae65d8e76fdfa10941a1ea0f2b174fbe54df362c760b751f4d7

Contents?: true

Size: 661 Bytes

Versions: 4

Compression:

Stored size: 661 Bytes

Contents

# frozen_string_literal: true
# JRubyArt is for Code Art.
# Send suggestions, ideas, and hate-mail to mamba2928 [at] gmail.com
# Also, send samples and libraries.
unless defined? K9_ROOT
  $LOAD_PATH << File.dirname(__dir__)
  K9_ROOT = File.dirname(__dir__)
end

require "#{K9_ROOT}/lib/jruby_art/version"
require "#{K9_ROOT}/lib/jruby_art/helpers/numeric"
# inherited from ruby-processing, we could probably re-factor this but since
# SKETCH_ROOT is used before instance of sketch is created leave it alone.
SKETCH_ROOT ||= Dir.pwd

# The top-level namespace, a home for all JRubyArt classes.
module Processing
  require "#{K9_ROOT}/lib/jruby_art/runner"
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jruby_art-2.6.1 lib/jruby_art.rb
jruby_art-2.6.0 lib/jruby_art.rb
jruby_art-2.5.1 lib/jruby_art.rb
jruby_art-2.5.0 lib/jruby_art.rb