Skip to content
/ MPM Public

Simulating on GPU using Material Point Method and rendering.

Notifications You must be signed in to change notification settings

WindQAQ/MPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPM Simulation & Voxels Rendering

snow balls collision

We try to simulate fluid-like materials, such as snow and sand, with material point method. MPM is implemented in C++ with CUDA support. And OpenGL is used for real-time result viewing. Besides, for high quality rendering, we use NVIDIA GVDB + OptiX Ray Tracing Engine.

Overview

Material point method overview

References

Papers
Other Implementations