https://github.com/wildmeshing/wildmeshing-python
Python bindings for TriWild.
https://github.com/wildmeshing/wildmeshing-python
geometry meshing python-bindings tetrahedral-meshing triangulation
Last synced: 2 months ago
JSON representation
Python bindings for TriWild.
- Host: GitHub
- URL: https://github.com/wildmeshing/wildmeshing-python
- Owner: wildmeshing
- License: other
- Created: 2019-06-07T21:28:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-17T14:28:58.000Z (about 1 year ago)
- Last Synced: 2025-09-15T10:56:03.319Z (3 months ago)
- Topics: geometry, meshing, python-bindings, tetrahedral-meshing, triangulation
- Language: C++
- Homepage: https://wildmeshing.github.io/python/
- Size: 132 KB
- Stars: 53
- Watchers: 5
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wildmeshing python bindings

python interface to **triangulate** and **tetrahedralize**
use:
```bash
python setup.py develop
```
or
```bash
python -m pip install . -vv
```
to install