Pengbin Tang, Ronan Hinchet, Roi Poranne, Bernhard Thomaszewski, Stelian Coros
This is an implementation of Modal Folding: Discovering Smooth Folding Patterns for Sheet Materials using Strain-Space Modes. [Tang et al. 2024].
If you use this repository in your work, please cite our paper.
@inproceedings{tang2024modal,
title={Modal Folding: Discovering Smooth Folding Patterns for Sheet Materials using Strain-Space Modes},
author={Tang, Pengbin and Hinchet, Ronan and Poranne, Roi and Thomaszewski, Bernhard and Coros, Stelian},
booktitle={ACM SIGGRAPH 2024 Conference Papers},
pages={1--9},
year={2024}
}
Our code can be built on Windows, MacOS, Unbuntu systems.
$ mkdir build
$ cd build
$ cmake ..
$ make -j 8
After building the project, the project can be run by the following command.
SimShellProject 1 ./Meshes/squareSheet_data.json"
Edit the "isPeriodic" and "isReflection" in the config json to choose the no-boundary, periodic, and reflection boundary conditions in the simulation.