Skip to content

aewallin/voronoi-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental benchmark of different voronoi diagram algorithms/implementations.
- Boost.Polygon.Voronoi   http://svn.boost.org/svn/boost/sandbox/gtl/doc/index.htm
- CGAL                    http://www.cgal.org/Manual/latest/doc_html/cgal_manual/Segment_Delaunay_graph_2_ref/Class_Segment_Delaunay_graph_2.html
- OpenVoronoi             https://github.com/aewallin/openvoronoi
- Triangle? (Todo!)       http://www.cs.cmu.edu/~quake/triangle.html
- QHull?    (Todo!)       http://www.qhull.org/

Out-of-source build with cmake:
$ git clone git://github.com/aewallin/voronoi-benchmark.git
$ cd voronoi-benchmark
$ mkdir build
$ cd build
$ cmake ..
$ make

About

benchmarking of voronoi diagram implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages