Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 880 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 880 Bytes

COMPAS Triangle

COMPAS-firendly wrappers for the Triangle library.

Installation

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]"

License

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

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.