Skip to content
/ voronoi Public

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

License

Notifications You must be signed in to change notification settings

rlux/voronoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages