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.
- Host: GitHub
- URL: https://github.com/compas-dev/compas_triangle
- Owner: compas-dev
- License: other
- Created: 2020-03-27T15:49:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T16:05:22.000Z (11 months ago)
- Last Synced: 2025-04-16T03:57:06.781Z (9 months ago)
- Language: Python
- Homepage:
- Size: 617 KB
- Stars: 2
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.Triangle
- Code of conduct: .github/CODE_OF_CONDUCT.md
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).