https://github.com/wildmeshing/topological-offsets
https://github.com/wildmeshing/topological-offsets
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wildmeshing/topological-offsets
- Owner: wildmeshing
- License: mit
- Created: 2025-04-14T17:21:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-05T22:10:22.000Z (9 months ago)
- Last Synced: 2025-09-06T00:17:44.799Z (9 months ago)
- Language: C++
- Size: 7 MB
- Stars: 8
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Topological Offsets

## Installation
- Compile the code using cmake>3.20.0
```bash
cd wildmeshing-toolkit
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```
You may need to install `gmp` before compiling the code. You can install `gmp` via [homebrew](https://brew.sh/).
## Usage
To reproduce figures from the paper, please use the commands from [reproduce_scripts](reproduce_scripts.sh).
If the script does not execute properly, it might be because of CRLF line endings. You can fix that by running `dos2unix reproduce_scripts.sh`.