Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uiii/voronoi-diagram

Construction of Voronoi diagram with Fortune's algorithm. Used as a credit exam. Czech documentation is attached.
https://github.com/uiii/voronoi-diagram

Last synced: about 2 months ago
JSON representation

Construction of Voronoi diagram with Fortune's algorithm. Used as a credit exam. Czech documentation is attached.

Awesome Lists containing this project

README

        

1) To compile the program you need CMAKE installed on your system.
2) After the installation make directory 'build' in the root directory of the program.
3) Move to the build directory and run command 'cmake ../'. This will tell you if you have to install some dependecies.
4) Run 'make' command.
5) Now in the 'bin' direcotry in the program root is binary file named 'voronoi'.