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.
- Host: GitHub
- URL: https://github.com/nmwsharp/geometry-central-tutorials
- Owner: nmwsharp
- License: mit
- Created: 2020-07-01T22:32:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-03T21:21:26.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T05:11:20.131Z (about 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.