Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revive VoronoiDelaunay.jl instead? #19

Closed
juliohm opened this issue Oct 5, 2022 · 2 comments
Closed

Revive VoronoiDelaunay.jl instead? #19

juliohm opened this issue Oct 5, 2022 · 2 comments

Comments

@juliohm
Copy link

juliohm commented Oct 5, 2022

Any chance this effort could be directed to reviving VoronoiDelaunay.jl? I think VoronoiDelaunay.jl had state-of-the-art performance across all languages, and it would be nice to get some people there maintaining it instead of starting a new package from scratch.

Also, as far as I remember, computing the Delaunay tessellation to extract the Voronoi diagrams is more efficient than trying to compute the Voronoi diagrams directly from the set of points.

@jacobusmmsmit
Copy link
Owner

VoronoiDelauny.jl deals with continuous Voronoi diagrams, DiscreteVoronoi.jl is purely focused on discrete Voronoi diagrams. As far as I know there is little to zero overlap in the algorithms that calculate each.

@juliohm
Copy link
Author

juliohm commented Oct 5, 2022

Thank you for clarifying it, I wasn't aware of this discrete variant. Closing the issue.

@juliohm juliohm closed this as completed Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants