An open API service indexing awesome lists of open source software.

https://github.com/yukiny0811/mpm-snow

Julia implementation of "A Material Point Method for Snow Simulation"
https://github.com/yukiny0811/mpm-snow

fluid-simulation julia material-point-method snow-simulation

Last synced: 8 months ago
JSON representation

Julia implementation of "A Material Point Method for Snow Simulation"

Awesome Lists containing this project

README

          

# Julia implementation of "A Material Point Method for Snow Simulation"

## Demo

https://user-images.githubusercontent.com/28947703/203988738-98c89f42-f43d-4fd9-9607-c3a9c7f62c28.mp4

## Original paper
Alexey Stomakhin, Craig Schroeder, Lawrence Chai, Joseph Teran, Andrew Selle. : A Material Point Method for Snow Simulation. ACM Transactions on Graphics, Vol. 32, No. 4, Article 102, Publication Date: July 2013.
- https://www.math.ucla.edu/~jteran/papers/SSCTS13.pdf

## Some other pages I used as a reference
- https://github.com/Azmisov/snow
- https://github.com/kodai100/OpenGL_MPMSnowSimulation2D
- https://mocobt.hatenablog.com/entry/2020/07/06/033628

## Dependencies
- julia 1.7.1
- Luxor 3.0.0
- Colors 0.12.8