SvartMetal / ear-clipping

Triangulation by ear clipping

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple visualizer of the ear clipping triangulation algorithm

Dependencies

Boost >= 1.54
Qt
OpenGL
gcc >= 4.6

Building application

Clone this repository, cd into it and type following commands:

git submodule update &&
cd visualization &&
qmake && make
cd ..
qmake && make

Application features

Add point:           double click
Run triangulation:   press key 'Enter'
Save points:         press key 'S'
Load points:         press key 'L'
Delete points:       press key 'D'
Back to draw mode:   press key 'Escape'

About

Triangulation by ear clipping


Languages

Language:C++ 96.4%Language:IDL 3.6%