Save Expand icon

Ron Valstar
front-end developer

Experiment: Voronoi

A Voronoi diagram is a way divide point scattered space into equal cells. I used an open source lib that computes the cell data for a given set of points.

This experiment is similar to the snow experiment in the sense that it uses the same particle scattering technique enabling an endless Voronoi field (drag it). Instead of Perlin noise I used a regular prng to scatter the points.