Skip to content

hietwll/ClothSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ClothSimulation

An implicit Euler method for cloth simulation, video demo can be found here.

About this project

Realistic cloth simulation is important in many fields such as film industry, computer game and VR shopping. In this project, an implicit Euler method is implemented to integrate the mass-spring system. Compared to explicit method, implicit method is more stable and allows larger time step.

Features

  • Strain constraint
  • Bending constraint
  • Lighting
  • Camera control
  • Collision (simple)
  • Drag the cloth

Environment

  • Visual Studio
  • QT
  • OpenGl (Glad)
  • GLM (for math computation)
  • Eigen (solve sparse linear equations)

Releases

No releases published

Packages

No packages published