artem-ogre / PythonCDT

Constrained Delaunay Triangulation (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Constrained Delaunay Triangulation (Python)

License:Mozilla Public License 2.0


Languages

Language:Python 48.9%Language:C++ 48.8%Language:CMake 2.3%