Skip to content
← All apps
App

Voronoi Shapes

Generate Voronoi patterns inside SVG regions using flood-fill selection.

  • SVG
  • generative
  • laser cutting
The Voronoi Shapes app with a heart, star and hexagon outline each flood-filled with a generated Voronoi cell pattern in pastel colors, above the laser-cut settings panel.

Load an SVG, click the regions you want filled, and the app packs a Voronoi pattern into exactly those areas. Useful for turning a solid shape into something a laser cutter can cut without the middle falling out.

How it works

Selection is a flood fill, so you click a region rather than tracing it. The cell density, the margin at the region edge and the stroke width are all adjustable, and the result exports as SVG with the cells as real paths.

Notes

  • Settings persist in the browser between visits.
  • Very high cell counts get slow to render before they get slow to cut. Start low and work up.