Sha256: 950d341f10958d570f837d4e7cb4a97e4414ed9f853663e93df020b6b3b7a704

Contents?: true

Size: 517 Bytes

Versions: 7

Compression:

Stored size: 517 Bytes

Contents

The absolute belt and brace way to use external ruby libraries ie gems:

1. Install ruby-processing using jruby
   jruby -S gem install ruby-processing (or from a local gem currently)
2. Install any required rubygems the same way
3. "require" the library in your sketch
4. Run ruby-processing starting from jruby
   jruby -S rp5 run sketch.rb

See worked ai4r and mdarray_test in this folder 
NB: library will need to work with jruby this excludes most native libraries
but pure ruby libraries (+java) should be fine

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ruby-processing-2.6.3 samples/external_library/ruby_gem/README
ruby-processing-2.6.2 samples/external_library/ruby_gem/README
ruby-processing-2.6.1 samples/external_library/ruby_gem/README
ruby-processing-2.6.0 samples/external_library/ruby_gem/README
ruby-processing-2.5.1 samples/external_library/ruby_gem/README
ruby-processing-2.5.0 samples/external_library/ruby_gem/README
ruby-processing-2.4.4 samples/external_library/ruby_gem/README