JuliaGeometry / DelaunayTriangulation.jl

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

Use Graphs.jl instead of SimpleGraphs.jl #78

Closed DanielVandH closed 5 months ago

DanielVandH commented 1 year ago

This will not be a breaking change, just needs to adjust the Graph data structure to rely on Graphs.jl instead.

Or I can just create the own graphs myself without relying on any Graphs dependency, and then just show an example of how to convert to Graphs.jl?