Sha256: 50b50fae2706b5a28d63500227f6c0f33dc2b7d74766e14d2b3b6698b8983938

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 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 perlin_force 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

3 entries across 3 versions & 1 rubygems

Version Path
ruby-processing-2.4.3 samples/external_library/ruby_gem/README
ruby-processing-2.4.2 samples/external_library/ruby_gem/README
ruby-processing-2.4.1 samples/external_library/ruby_gem/README