Skip to content

PMP Library Version 1.0 Released

PMP Logo

After years of contemplation, vivid discussion, crazy experimentation, and lots of hard work, we finally released the first official version of the Polygon Mesh Processing Library. Highlights include:

For more information visit pmp-library.org. See the changelog for a high-level summary of changes.

Get your own copy by cloning:

git clone --recursive https://github.com/pmp-library/pmp-library.git

Checkout the release tag:

cd pmp-library && git checkout 1.0.0

Configure and build:

mkdir build && cd build && cmake .. && make

Run the mesh processing app

./mpview ../external/pmp-data/off/bunny.off

If you encounter any glitches or problems please report the issue on our GitHub issue tracker.

Have fun!