My collection of handy command line tools for geometry processing using the awesome libigl. See also the libigl tutorial.
Compile this project using the standard cmake routine:
cd IGeL
mkdir build
cd build
cmake ..
make
The executables are located under build/bin
.