Given a user-drawn simple polygon (A polygon without intersecting edges), decompose it into convex polygons (Polygons where none of the vertices are pointed inward).
The following packages are used by this project:
numpy
pygame
With Python 3.10 or later and prerequisite packages installed, run run.py
.