There are 5 repositories under voronoi-diagram topic.
Hull, Delaunay and Voronoi algorithms in Unity
An Unreal Engine 4 implementation of the Polygonal Map Generator for generating islands found at http://www-cs-students.stanford.edu/~amitp/game-programming/polygon-map-generation/
2D Geometry for Unity. Suited for everyday polygon hassle. Polygon clipping, polygon winding direction, polygon area, polygon centroid, centroid of multiple polygons, line intersection, point-line distance, segment intersection, polygon-point containment, polygon triangulation, polygon Voronoi diagram, polygon offset, polygon outline, polygon buffer, polygon union, polygon substraction, polygon boolean operations, and more. It is a polygon fest.
A Minecraft clone demo (master thesis)
A simple Delaunay 2D triangulation in python (with numpy)
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Git mirror of the geogram library by INRIA
Experiments with map generation using Voronoi diagrams
Compute the exact Euclidean Distance Transform and Voronoi Diagram for 2D and 3D binary images using the GPU.
DelaunayTriangulation.jl: A Julia package for Delaunay triangulations and Voronoi tessellations in the plane
A C++ implementation of the Fortune's algorithm for Voronoi diagram construction
The Tektosyne Library for Java provides algorithms for computational geometry and graph-based pathfinding, along with supporting mathematical utilities and specialized collections.
Create Voronoi and Sunburst Treemaps from Hierarchical data
A tool to create a Voronoi diagram for polygons
Godot module computing a Voronoi diagram (based on https://github.com/JCash/voronoi)
A global planner plugin for ROS navigation stack, in which A* search on a discrete gneralized Voronoi diagram (GVD) is implemented.
Simple two-dimensional Voronoi diagrams
This project shows the area division process in Multi-Agent exploration using Cyclic Gradient Descent and also how Cooperative Perceptional Messages are used in V2V communication to share information among agents in about the environment.
Delaunay Triangulation
Compute centroidal Voronoi tessellations in 2D and 3D using the GPU.
An implementation of Voronoi diagram and Delaunay triangulation
A ROS costmap plugin for dynamicvoronoi presented by Boris Lau
Generalized voronoi diagram for python
Open-source C++ library for geometry and linear algebra
🏝: Voronoi Island
A pattern generator to create wearable, camouflage-inspired textile designs
C++ implementation of Fortune algorithm for Voronoi diagram construction
Fortune's Algorithm O(N log N) for ICPC