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

Look into AdaptivePredicates.jl #136

Closed DanielVandH closed 1 month ago

DanielVandH commented 1 month ago

https://github.com/vchuravy/AdaptivePredicates.jl looks great. Not registered currently I believe, maybe it could be eventually or I have to just port it over?

Could maybe be useful to replace ExactPredicates.jl (or users can decide what system they prefer to use). The ideas in AdaptivePredicates.jl are also nice for computing robust estimates of areas, something not possible within ExactPredicates.jl.

Probably won't get to it in a while since I think I'd also need to contribute to AdaptivePredicates.jl some more functionality beyond what currently exists, if I could get the time to.

https://github.com/vchuravy/AdaptivePredicates.jl/issues/2