JuliaGeometry / DelaunayTriangulation.jl

Delaunay triangulations and Voronoi tessellations in two dimensions.
https://juliageometry.github.io/DelaunayTriangulation.jl/
MIT License
55 stars 5 forks source link

Voronoi treemap #87

Open lazarusA opened 11 months ago

lazarusA commented 11 months ago

any plans for this?

https://github.com/Kcnarf/d3-voronoi-treemap

DanielVandH commented 11 months ago

Never heard of a Voronoi treemap! While I don't have any plans for it currently, I do have plans for weighted Delaunay triangulations and power Voronoi diagrams, which are the key components of the algorithm (though the main paper references some other algorithms for this, maybe I can get around implementing those first). Maybe in a couple of months I can revisit this again? The next features I'm prioritising, though, are spatial sorting and curved boundaries, so might be a bit longer unless there's a lot more interest for it.

lazarusA commented 11 months ago

Indeed, they not pretty common in the science domain, but rather more in the political one. Recently, there is an increase in his use to convey messages to the general public.

Good to know that some of the things necessary to make this work are already on the roadmap. Thanks.