d3 / d3-voronoi

Compute the Voronoi diagram of a set of two-dimensional points.
Other
249 stars 60 forks source link

Relation with d3-delaunay #29

Closed Fil closed 6 years ago

Fil commented 6 years ago

Any plans (or wishes) to make this module use d3-delaunay internally, while exposing the same API? In that case, should this be done here, or should we on the contrary try and offer the old-style API in d3-delaunay?

mbostock commented 6 years ago

The eventual plan is to deprecate this library and replace it with d3-delaunay.