Skip to content

kayhman/SimpleGPUClothSimulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

To build this example program simply create a "build" reposity next to the one holding this file.

- code/README
- code/...
- build

Go to this repository :

# cd build

Generate the build system using cmake :

# cmake .

and build :

# make -j8

Then, execute the program :

# ./src/clothAppli/clothSimulator


About

A simple cloth simulator on GPU using Cuda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages