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"
- Host: GitHub
- URL: https://github.com/yukiny0811/mpm-snow
- Owner: yukiny0811
- Created: 2022-02-14T09:53:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-07-19T12:34:53.000Z (almost 3 years ago)
- Last Synced: 2024-10-31T17:13:04.810Z (over 1 year ago)
- Topics: fluid-simulation, julia, material-point-method, snow-simulation
- Language: Julia
- Homepage:
- Size: 13.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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