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

Goals for 1.0 #63

Closed DanielVandH closed 5 months ago

DanielVandH commented 1 year ago

I should get this package to 1.0 when I eventually find some more time. Some goals before doing so:

DanielVandH commented 1 year ago

I wonder if, once curved boundaries are supported, I should remove Gmsh support. I guess it doesn't hurt to keep it, but my implementation (1) only exists because I didn't have CDT/refinement support at the time and (2) is quite limited compare to Gmsh support in other Julia packages.