Back to Plugins
@sposhe/voronoi

@sposhe/voronoi

Generate a Voronoi diagram from a single frame containing one or more ellipses.

voronoivectordata visualizationgenerativedatagenerate

Plugin Preview

@sposhe/voronoi preview

About this plugin

Voronoi

Generate a Voronoi diagram from a single frame containing one or more ellipses.


How To Use

  1. Create a frame
  2. Add ellipses to the frame (the size of the ellipses doesn't matter—just make sure they're visible)
  3. Select the frame
  4. Run the plugin with the frame selected
  5. A new frame containing vector Voronoi cells is non-destructively generated beside the source frame


How It Works

The plugin uses the X and Y position of the ellipses as the input nodes for creating the Voronoi cells. The cell bounds are calculated using the d3-delaunay library. The plugin creates a new frame beside the source frame, and draws each cell into it as a vector shape.

Plugin Details

Version2
CreatedMarch 7, 2021
Last UpdatedMarch 13, 2021
Categoryediting & effects plugins
CreatorSean O'Shea
Stats973 installs, 49 likes
PricingFree

Technical Details

  • API:1.0.0
  • main:code.js