block by jwilber 37cebd6b30d0f6575ff9257c89bfe8df

Voronoi Sorting

Full Screen

This is an experiment with sorting the polygons of a voronoi diagram. They sort on a logarithmic scale because a linear scale was causing them to cluster all to one side in a progressively more compact way. The sorting is by the area of the shape - which is also represented by color. After moving to the new location, the sort is re-calculated based on the new shapes and the shapes move again. This was the result of reading Mike Bostock’s article on Visualizing Algorithms.

The previous versions are here: Voronoi Shuffling v1, Voronoi Shuffling v2, & Voronoi Shuffling v3

forked from alexmacy‘s block: Voronoi Sorting

index.html