Sha256: c9f42c68404ac6172207474bf0b110b7cd91193d812148b7c3e699e504c04b26
Contents?: true
Size: 526 Bytes
Versions: 6
Compression:
Stored size: 526 Bytes
Contents
require 'rpextras' # HACK: required for exported applications, comment out or replace first line # with next line (create a lib folder here and move rpextras.jar there. # require_relative 'lib/rpextras' Java::ProcessingVecmathArcball::ArcballLibrary.new.load(JRuby.runtime, false) Java::ProcessingVecmathVec2::Vec2Library.new.load(JRuby.runtime, false) Java::ProcessingVecmathVec3::Vec3Library.new.load(JRuby.runtime, false) AppRender = Java::ProcessingVecmath::AppRender ShapeRender = Java::ProcessingVecmath::ShapeRender
Version data entries
6 entries across 6 versions & 1 rubygems