This is the simple CUDA, OpenMP based MPM(Material Point Method) Engine.
This Project is under developing.
Make sure that your system has CUDA.
mkdir build
cd build
cmake ../
make
(or give -G option depending on your preference.)
- MLS-MPM
- Mesh Importer
- CUDA
- OpenMP
- OpenGL Renderer
- GUI Widget
- Mesh Exporter
- Cross platform
- Mesh Obstacle
- 2D Cloth, Hair
These scenes are in the src/scene folder
All the dependencies are in the external folder.