# earclip **Repository Path**: logcc/earclip ## Basic Information - **Project Name**: earclip - **Description**: Polygon to triangle library - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-19 - **Last Updated**: 2022-08-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Fork from https://github.com/lionfish0/earclip # earclip Polygon to triangle library Almost all the code was directly copied from https://github.com/mrbaozi/triangulation I've just wrapped it into a module to make it easier to use. ## Installation git clone https://github.com/lionfish0/earclip.git cd earclip pip install -e . ## Usage See jupyter notebook demo.