Skip to content

Minimal working example for implicit cloth simulation

Notifications You must be signed in to change notification settings

f1shel/minicloth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minicloth

This project is a minimal cloth simulator and implements:

  • SIGGRAPH Asia 2013 Paper Fast Simulation of Mass-Spring Systems
  • Newton descent method with line search
  • Quasi diagonal descent method

To build the code, run

mkdir build
cd build
cmake ..

and then compile it with your C/C++ compiler.

Following is an animation result (may take several seconds to load).

About

Minimal working example for implicit cloth simulation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published