Skip to content

geometryprocessing/geometric-contact-potential

Repository files navigation

[Siggraph 2025] Geometric Contact Potential

Build codecov Nightly

A reference implementation of the Siggraph 2025 paper Geometric Contact Potential based on PolyFEM.

Compilation

All the C++ dependencies required to build the code are included. It should work on Windows, macOS, and Linux, and it should build out-of-the-box with CMake:

mkdir build
cd build
cmake ..
make -j4

Usage

The main executable, ./PolyFEM_bin, can be called with a GUI or through a command-line interface. Simply run:

./PolyFEM_bin

A more detailed documentation can be found on the website.

Unit Tests

Examples of running simulations using the Geometric Contact Potential can be found under contact-tests. More examples on the paper will be added.

About

[Siggraph 2025] Geometric Contact Potential

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 18