d3 / d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.
https://d3js.org/d3-delaunay
ISC License
611 stars 57 forks source link

Delaunay.update #69

Closed Fil closed 5 years ago

Fil commented 5 years ago

fixes #68. I don't like the list of all properties in the code, there's probably a more elegant solution?

Fil commented 5 years ago

testing here https://observablehq.com/d/b301cc346b009686

Fil commented 5 years ago

Squashed and merged with https://github.com/d3/d3-delaunay/commit/5dcc818e2e4a64a85fe652d8742a961b9d1015f0

@mourner please push to npm as version 5.0.0 — I don't have the rights to the package.

mourner commented 5 years ago

@Fil I don't too — @mbostock is the only one in npm owner ls. Mike, want to publish the new major version and/or add us as owners on NPM?

JobLeonard commented 5 years ago

testing here observablehq.com/d/b301cc346b009686

This is fun, looks almost alive: https://observablehq.com/d/ad7f414084bc3680

Really looking forward to this! :D

mbostock commented 5 years ago

Apologies for the delay, but I’ve added @mourner and @fil as owners of d3-delaunay. Thanks for the help y’all!