voronoi icon indicating copy to clipboard operation
voronoi copied to clipboard

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

Voronoi++

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

Content

  • Requirements
  • Building
  • License

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.