Recursive Voronoi diagrams
Continuing my obsession with Voronoi diagrams, I started playing with Inspirit’s Voronoi classes, which permit “nested” Voronoi tessellations. I still need to figure out how to increase the levels of recursion based on the amount of detail in the image without killing my machine. At this point, it’s just a random process but I love how it looks when it works. Once again, I’m getting the fill colour from an underlying image.
Tags: ActionScript, BitmapData, experiments, graph, visualization
