Show HN: A Polygon Mesh Processing Library
pmp-library.org
Show HN: A Polygon Mesh Processing Library
1–7 of 7 posts
Re: Show HN: A Polygon Mesh Processing Library
#2Re: Show HN: A Polygon Mesh Processing Library
#3Re: Show HN: A Polygon Mesh Processing Library
#4What is the use case of PMP over something like IGL [1]? IGL has a ridiculous number of implemented algorithms -- at this point the second a new paper comes out in the geometry processing community it gets implemented in IGL! [1] https://libigl.github.io
- A proper mesh data structure providing meaningful abstractions
- Support for general polygon meshes
- Support for dynamic connectivity updates
- Cross-compilation to JavaScript, allowing for web-based demos[1] and interactive HTML slides[2]
- Implementations of canonical algorithms as described in the standard textbook of the field (Polygon Mesh Processing[3])
[1] http://www.pmp-library.org/mpview.html
Re: Show HN: A Polygon Mesh Processing Library
#5Sounds promising. If authors are reading this: web demo ui is too small on mobile.
Re: Show HN: A Polygon Mesh Processing Library
#6What is the use case of PMP over something like IGL [1]? IGL has a ridiculous number of implemented algorithms -- at this point the second a new paper comes out in the geometry processing community it gets implemented in IGL! [1] https://libigl.github.io
There are a couple of things, actually: - A proper mesh data structure providing meaningful abstractions - Support for general polygon meshes - Support for dynamic connectivity updates - Cross-compilation to JavaScript, allowing for web-based demos[1] and interactive HTML slides[2] - Implementations of canonical algorithms as described in the standard textbook of the field (Polygon Mesh Processing[3]) [1] http://www.…
Re: Show HN: A Polygon Mesh Processing Library
#7Earlier quoted context omitted.
There are a couple of things, actually: - A proper mesh data structure providing meaningful abstractions - Support for general polygon meshes - Support for dynamic connectivity updates - Cross-compilation to JavaScript, allowing for web-based demos[1] and interactive HTML slides[2] - Implementations of canonical algorithms as described in the standard textbook of the field (Polygon Mesh Processing[3]) [1] http://www.…
Looks like a really good start. One suggestion: add mesh boolean algorithm, currently, only CGAL do this well, if your library could supports this on the MIT license, I would definitely try it. Currently, I am using libigl to do parameterization and CGAL to do mesh boolean in my 3D modeling software[1] [1] https://github.com/huxingyi/dust3d