Skip to content

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

Notifications You must be signed in to change notification settings

OkifuZ/admm-elasticity-contact-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published