JackZhouSz / Modal-Folding

Modal Folding: Discovering Smooth Folding Patterns for Sheet Materials using Strain-Space Modes [SIGGRAPH 2024]

Home Page:https://tangpengbin.github.io/publications/Folding/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Modal-Folding

Modal Folding

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}
}

Build

Our code can be built on Windows, MacOS, Unbuntu systems.

$ mkdir build
$ cd build
$ cmake ..
$ make -j 8

Usage

After building the project, the project can be run by the following command.

SimShellProject 1 ./Meshes/squareSheet_data.json"

alt text

Edit the "isPeriodic" and "isReflection" in the config json to choose the no-boundary, periodic, and reflection boundary conditions in the simulation.

About

Modal Folding: Discovering Smooth Folding Patterns for Sheet Materials using Strain-Space Modes [SIGGRAPH 2024]

https://tangpengbin.github.io/publications/Folding/index.html

License:MIT License


Languages

Language:C++ 100.0%Language:CMake 0.0%