Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 383 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 383 Bytes

Polygon triagulation

To run the application:

python app.py 2>/dev/null

Setup guide

Install cairo libraries (for Ubuntu/Debian, for other system see this link):

sudo apt install libcairo2-dev pkg-config python3-dev

Install libraries for python:

pip install -r requirements.txt