Get the code

Clone the project

git clone --recursive git@github.com:PrithvirajKhelkar/Directional-Fields.git

Build the code

Unix-like machines: configure (with cmake) and compile

cd Directional-Fields
mkdir build
cd build
cmake ..
make -j6

Windows / Visual Studio

Install CMake, and use either the CMake GUI or the command line interface (as on unix) to generate a Visual Studio solution. Build the solution with Visual Studio.

Run the code

./bin/gc_project /path/to/a/mesh

Interactive interpreter

The console subdirectory contains instructions and an example for running geometry-central and Polyscope in an interactive C++ interpreter with cling.