/ROSIcloth

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

ROSI vs GS bed of nails experiment

Compile

Compile this project using the standard cmake routine:

mkdir build
cd build
cmake ..
make

This should find and build the dependencies and create a example_bin binary.

Run

From within the build directory just issue:

./ROSIcloth_bin

Dependencies

The only dependencies are stl, eigen, libigl and the dependencies automatically included with libigl.

We recommend you to install libigl using git via:

git clone --recursive https://github.com/libigl/libigl.git

If you have installed libigl at /path/to/libigl/ then a good place to clone this library is /path/to/libigl-example-project/.