nmwsharp / geometry-central

Applied 3D geometry in C++, with a focus on surface meshes.
https://geometry-central.net
MIT License
1.02k stars 141 forks source link

Various mesh processing algorithm #35

Open cdcseacave opened 4 years ago

cdcseacave commented 4 years ago

As far as I can tell, there are not yet implemented standard mesh processing algorithms, like:

Do you have plans to add them at some point?

nmwsharp commented 4 years ago

Yes, we absolutely have plans to implement such algorithms! Supporting these kinds of algorithms efficiently was much of the motivation for our mesh data structure. I can't offer any concrete timeline, but development should be active through this Fall.

cdcseacave commented 4 years ago

These are great news! I am searching since long time for a library implementing well such algorithms and I still didn't find one. Please let me know when you do, and I can test them on thousands of meshes daily if needed.

nickponline commented 1 year ago

@nmwsharp Have any of these been implemented?