/voronoi

a C++ library to calculate voronoi diagrams for a given set of points

Primary LanguageC++OtherNOASSERTION

Voronoi++

Voronoi++ is a C++ library to calculate voronoi diagrams for a given set of points.

Content

Requirements

Building

> 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

License

Voronoi++ is licensed under the LPGL-3.