Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.08 KB

version-3-released.md

File metadata and controls

45 lines (29 loc) · 1.08 KB

Version 3.0 Released {#version-3-0-released}

Xxx xx, 2023

\warning This is a draft

We just released version 3.0 of the Polygon Mesh Processing Library! This is a major release with several additions and API changes

  • Several algorithms now work on general polygon meshes
  • The algorithms API has been revamped to use a simple function-based interface
  • We no longer use git submodules for handling third-party dependencies.
  • Upgrade C++ standard to C++17
  • ... and much more

See the changelog for a full summary of changes.

Obtaining PMP

Get your copy by cloning:

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

Checkout the 3.0 release tag:

cd pmp-library && git checkout 3.0

Configure and build:

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

Run the mesh processing app

./mpview ../data/off/bunny.off

Reporting Bugs or Problems

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