Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uiii/voronoi-diagram
- Owner: uiii
- License: mit
- Created: 2010-03-03T18:51:24.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-03T20:02:23.000Z (almost 15 years ago)
- Last Synced: 2023-03-11T22:36:51.269Z (almost 2 years ago)
- Language: C++
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
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'.