An open API service indexing awesome lists of open source software.

https://github.com/nmwsharp/geometry-central-tutorials

Tutorials for the geometry-central geometry processing library.
https://github.com/nmwsharp/geometry-central-tutorials

Last synced: about 1 year ago
JSON representation

Tutorials for the geometry-central geometry processing library.

Awesome Lists containing this project

README

          

# geometry-central-tutorials
Tutorials for the geometry-central geometry processing library.

Each tutorial lives in a subdirectory of

### Building and running

On unix-like machines, use:
```
git clone --recurse-submodules https://github.com/nmwsharp/geometry-central-tutorials
cd geometry-central-tutorials
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make -j4

./bin/load-mesh ../assets/spot.obj
```

The codebase also builds on Visual Studio 2017 & 2019, by using CMake to generate a Visual Studio solution file.