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

https://github.com/compas-dev/compas_triangle

COMPAS bindings for the triangle library.
https://github.com/compas-dev/compas_triangle

Last synced: 8 months ago
JSON representation

COMPAS bindings for the triangle library.

Awesome Lists containing this project

README

          

# COMPAS Triangle

COMPAS-firendly wrappers for the Triangle library.

## Installation

Stable releases can be installed from PyPI.

```bash
pip install compas_triangle
```

To install the latest version for development, do:

```bash
git clone https://github.com/blockresearchgroup/compas_triangle.git
cd compas_triangle
pip install -e ".[dev]"
```

## License

`compas_triangle` uses the Cython wrapper for Jonathan Richard Shewchuk's Triangle library.
The Cython wrapper is available here:

Use of the Triangle library is restricted to personal or academic purposes.
The license of the library is included in this repo: [LICENSE.Triangle](LICENSE.Triangle)

## Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/compas-dev/compas_triangle/issues).