Skip to content

artem-ogre/PythonCDT

Repository files navigation

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