Generate Voronoi Diagrams in .NET / WPF
This is a library and application for drawing voronoi diagrams, using an implementation of Fortune's Algorithm, written in C#. The application is a simple, single-window WPF application. The actual library should be easily extractable from the application to drop into any other application. The actual logic of the library was mostly copied from my Java app: JavaGraph
Just a demonstration application and library.
To generate the diagrams the C5 library's priority queue implementation was used. c5
- Draw simple diagrams with mouse click
- Change background color
- Change line color
- Change vertex color
- Draw Delaunay Edges (edges between all adjacent regions in the voronoi diagram)
- Save canvas as image