Skip to content

Simulation/Animation of a piece of cloth, gravity + wind, collision detection with several obstacles (sphere, cube, cat).

Notifications You must be signed in to change notification settings

jeanyves-yang/cloth_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Pour compiler et executer a partir du CMakeLists.txt

mkdir build
cd build
cmake ..
make
cd ../project
../build/pgm

- Note sur l'utilisation des IDE (QtCreator, etc).

Le repertoire d'execution doit etre dans project/
C'est a dire que le repertoire data/ doit etre accessible.

About

Simulation/Animation of a piece of cloth, gravity + wind, collision detection with several obstacles (sphere, cube, cat).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages