Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 651 Bytes

Readme.md

File metadata and controls

26 lines (20 loc) · 651 Bytes

Implementation of Efficient Frictional Contacts for Soft Body Dynamics via ADMM, CGI 2024 (The Visual Computer 2024)

Build & compile:

git submodule update --init --recursive
mkdir build & cd build
cmake ..

then open generated admm_elasticity.sln with VS2022.

Deps

submodule and .cmake will fetch some thirdparty deps, besides:

deps needs to be installed independently:

  • embree4

deps can to be installed using vcpkg:

  • OneTbb
  • zlib

Run

Usage: admm_elasticity.exe [--help] [--version] config_file_path resource_file_path
eg: ./build/Release/admm_elasticity.exe ./Resource/scene/8-layers.toml ./Resource