This project provides implementation and visualization of construction of a Constrained Delaunay Triangulation in Python, in form of a Jupyter Notebook.
To install the necessary dependencies, run:
pip install -r requirements.txt- Open 'Constrained_Delaunay_Triangulation.ipynb' (e.g. in Jupyter Notebook, PyCharm or VS Code)
- Follow the instructions in the notebook cells.
Visualization is made using visualizer provided by the BIT Scientific Group. It allows for both images of the final construction and step by step visualization in form of a gif.
This project is licensed under the MIT License. See the LICENSE file for details.

