VIBes

This gem is a Ruby API to connect to the VIBes viewer (Visualizer for Intervals and Boxes).

You will need the VIBes viewer executable. See https://github.com/ENSTABretagneRobotics/VIBES to get and install it.

Install the vibes-rb gem

sudo gem install vibes-rb

Install from sources

git clone [email protected]:bollenth/vibes.rb.git
cd vibes.rb
gem build vibes-rb.gemspec
gem install vibes-rb-0.2.3.gem

Documentation

Documentation is available at https://www.rubydoc.info/gems/vibes-rb

You can build the documentation using yard:

gem install yard
cd vibes.rb
yard
firefox doc/index.html