This project is no longer being updated. As one might expect Ruby makes a terrible language to write a physics engine with. Lesson learned I guess. Regardless, a fun project with some valuable experience. RIP VoltSuite
I personally use RVM. Install RVM.
Then install Ruby $ rvm install 2.5.6
.
Rbenv is a fine option too. Install Rbenv.
Then install Ruby $ rbenv install 2.5.6
.
Install with $ gem install bundler
# Clone Repo
$ git clone https://github.com/MrAaronOlsen/VoltSuite
# Step into directory and run bundle
$ cd VoltSuite
$ bundle install
That should do it.
To run the Contact Test Arena: $ ruby examples/contact_tests/run.rb
To run the GJK Visualizer: $ ruby examples/contact_visualizer/run.rb