What 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!
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]
Thanks for the suggestion, definitely something to think about. However, this is also non-trivial to implement in a robust and efficient manner, so not sure we'll look at this soon.
[1] https://libigl.github.io