aninggo / pmp-library

The Polygon Mesh Processing Library

Home Page:http://www.pmp-library.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://www.pmp-library.org

License:Other


Languages

Language:C++ 95.4%Language:CMake 3.2%Language:HTML 0.7%Language:C 0.7%