Voronoi++ is a C++ library to calculate voronoi diagrams for a given set of points.
- gcc 4.7
- CMake 2.8.12
- Qt5 (for example)
> mkdir build && cd build
> cmake ..
> make
If you also want to compile the demo program, replace the second command with the following:
> cmake .. -DBUILD_WITH_EXAMPLE=true
Voronoi++ is licensed under the LPGL-3.