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 🤩
- 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
Mozilla Public License, v. 2.0
- SioulisChris: fixing the tests on Windows