PythonCDT
PythonCDT copied to clipboard
Constrained Delaunay Triangulation (Python)
PythonCDT
Python bindings for CDT: C++ library for constrained Delaunay triangulation implemented with pybind11
If PythonCDT helped you please consider adding a star on GitHub. This means a lot to the authors 🤩
Building
Pre-conditions
- Clone with submodules:
git clone --recurse-submodules https://github.com/artem-ogre/PythonCDT.git - Make sure packages from requirements.txt are available.
# build the wheel and install the package with pip
pip3 install .
# run tests
pytest ./cdt_bindings_test.py
License
Mozilla Public License, v. 2.0
Contributors
- SioulisChris: fixing the tests on Windows