Home > SimpleGPUClothSimulator

SimpleGPUClothSimulator

SimpleGPUClothSimulator is a project mainly written in C++, it's free.

A simple cloth simulator on GPU using Cuda

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

Previous:NightDream