JuliaGeometry / OldMeshes.jl

A collection of tools for working with Meshes
Other
20 stars 12 forks source link

Make Graphs.jl a dependency. #10

Closed twadleigh closed 5 years ago

twadleigh commented 10 years ago

I'm looking to revisit getting the simplification algorithm working. In the process, I'm also going to entertain all manner of changes to the implementation.

One of them is to consider is re-basing the data structures on the relevant bits in Graphs.jl.

sjkelly commented 10 years ago

I currently have an implementation for non-topological mesh slicing. I will probably need Graphs.jl for topological slicing. I will take a look at the simplification algorithm once I bring in Graphs.jl.