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

https://github.com/wildmeshing/topological-offsets


https://github.com/wildmeshing/topological-offsets

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Topological Offsets

![Topological Offsets teaser](/figs/topological_offsets_teaser.png)

## 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`.