JuliaGeometry / OldMeshes.jl

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

Mesh Repair #33

Closed sjkelly closed 4 years ago

sjkelly commented 9 years ago

I read some of admesh: https://github.com/admesh/admesh over the weekend. It is GPL, but has some good functionality and seems to be the mesh repair engine used by some popular 3D printing engines. I think it would be a good exercise to wrap it in Julia (easy since it is C).

It should definitely be a separate package that bring in the Meshes types. In the long term, we should try and do a clean room implementation in this package.

twadleigh commented 9 years ago

Can you provide an academic reference or two? I might be willing to tackle it around the time I get back to trying to get simplification up and running (hopefully within the next few months).

hroncok commented 8 years ago

This is a thesis about ADMesh and what it does

http://www.varlog.com/admesh-htm/ADMeshThesis.zip

sjkelly commented 8 years ago

@hroncok thanks for sharing!