Skip to content

slugflow/pmp-library

 
 

Repository files navigation

logo

Build Status Build status Coverage Status

The pmp-library is a modern C++ open-source library for digital geometry processing. See the home page for details.

Quickstart

Fetch the repository:

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

Configure and build:

$ cd pmp-library && mkdir build && cd build && cmake .. && make

Run the mesh processing app:

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

About

The Polygon Mesh Processing Library

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.4%
  • CMake 3.1%
  • Other 1.5%