Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.07 KB

Material Point Method Engine

This is the simple CUDA, OpenMP based MPM(Material Point Method) Engine.

This Project is under developing.

Build instruction

Make sure that your system has CUDA.

mkdir build
cd build
cmake ../
make

(or give -G option depending on your preference.)

Features

  • MLS-MPM
  • Mesh Importer
  • CUDA
  • OpenMP
  • OpenGL Renderer
  • GUI Widget
  • Mesh Exporter
  • Cross platform
  • Mesh Obstacle
  • 2D Cloth, Hair

Sample Scenes

These scenes are in the src/scene folder

Dependencies

All the dependencies are in the external folder.