Voronoi Tessellation JavaScript Applications
Animations
Wandering Voronoi Seed.
Living Voronoi
Forming a Voronoi diagram by radial growth from a number of randomly positioned seeds.
Applications
Golden angle spirals.
The arrangement of point seeds is based on Vogel's model for the pattern of florets in the head of a sunflower, a form of Fermat's spiral involving the Golden Angle. JavaScript application with SVG code output.
Voronoi tiling based on symmetric patterns of points.
The patterns are formed by combining a number of rectangular evenly-spaced arrays of points. JavaScript application with SVG code output.
A Voronoi diagram approaching a parabolic arc.
Images
Images of Voronoi diagrams in my Generative Art Library.
More information
Voronoi Tessellation
Acknowledgements
Voronoi Diagrams and Ornamental Design
, by
Craig S. Kaplan
, 1999.
JavaScript Fortune's algorithm Voronoi generator
, by Raymond Hill.