Voronoi Diagram
a Voronoi diagram is a partition of a plane into regions close to each of a given set of objects. - wikipedia
- Voronoi Explained! (The Art of Code)
Voronoi implemented as a shader.
- use grids cell to fasten comparison
- BFS and Voronoi diagrams using bit-shift operation
see also:
Written on September 27, 2019, Last update on December 14, 2022
voronoi
algorithm
shader
bits
nearest-neighbor
search
mental-model