COMPAS-firendly wrappers for the Triangle library.
Stable releases can be installed from PyPI.
pip install compas_triangle
To install the latest version for development, do:
git clone https://github.com/blockresearchgroup/compas_triangle.git
cd compas_triangle
pip install -e ".[dev]"
compas_triangle
uses the Cython wrapper for Jonathan Richard Shewchuk's Triangle library.
The Cython wrapper is available here: https://github.com/drufat/triangle
Use of the Triangle library is restricted to personal or academic purposes. The license of the library is included in this repo: LICENSE.Triangle
If you find a bug or if you have a problem with running the code, please file an issue on the Issue Tracker.