Page 1 of 1

Manifold library (CAD kernel) and FreeCAD ?

Posted: Tue Mar 01, 2022 5:45 am
by Elalish
I just released my open-source computational geometry library, Manifold: https://twitter.com/EmmettLalish/status ... 2286446593

It's not your average CAD kernel: triangle meshes instead of NURBS, but it's numerically reliable at keeping everything manifold and it's fast and parallelized. I also built in a smooth interpolation system for refining faceted triangle meshes into curves. I'm looking for users & collaborators; please check out the project on Github: https://github.com/elalish/manifold

Thanks!

-Emmett

Re: Manifold library

Posted: Thu May 12, 2022 2:30 am
by Kunda1
@Elalish
How is the progress on this going?

Re: Manifold library

Posted: Thu May 12, 2022 1:27 pm
by adrianinsaval
Could be interesting for stl editing which seems to be a common usecase for hobbyist nowadays, perhaps some day this could be integrated in mesh workbench