There are 6 repositories under voronoi-diagram topic.
Qhull development for www.qhull.org -- Qhull 2020.2 (8.1-alpha1) at https://github.com/qhull/qhull/wiki
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)
Git mirror of the geogram library by INRIA
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Experiments with map generation using Voronoi diagrams
DelaunayTriangulation.jl: A Julia package for Delaunay triangulations and Voronoi tessellations in the plane
Compute the exact Euclidean Distance Transform and Voronoi Diagram for 2D and 3D binary images using the GPU.
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
A global planner plugin for ROS navigation stack, in which A* search on a discrete gneralized Voronoi diagram (GVD) is implemented.
Godot module computing a Voronoi diagram (based on https://github.com/JCash/voronoi)
Simple two-dimensional Voronoi diagrams
Compute centroidal Voronoi tessellations in 2D and 3D using the GPU.
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
An implementation of Voronoi diagram and Delaunay triangulation
Generalized voronoi diagram for python
A ROS costmap plugin for dynamicvoronoi presented by Boris Lau
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 for Voronoi diagram generating on the plane. Intended for runtime speed and careful handling of corner cases.