Skip to content

Implementation of our paper "Polygon Laplacian Made Simple", Eurographics 2020.

License

Notifications You must be signed in to change notification settings

mbotsch/polygon-laplacian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Polygon Laplacian Made Simple

This repository contains the implementation of our paper Bunge, Herholz, Kazhdan, Botsch, Polygon Laplacian Made Simple, Eurographics 2020.

The code is based on the pmp-library and uses it as a git-submodule. You therefore have to checkout the repository recursively:

git clone --recursive https://github.com/mbotsch/polygon-laplacian.git

Configure and build:

cd polygon-laplacian && mkdir build && cd build && cmake .. && make

This will automatically build the pmp-library, its dependecies, and the polygon-laplacian demo and tests. You can start the interactive app with a polygon mesh:

./polylaplace ../data/boar.obj

Have fun!

About

Implementation of our paper "Polygon Laplacian Made Simple", Eurographics 2020.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published