https://github.com/seblague/fluid-sim
A simple particle-based fluid simulation
https://github.com/seblague/fluid-sim
Last synced: about 1 year ago
JSON representation
A simple particle-based fluid simulation
- Host: GitHub
- URL: https://github.com/seblague/fluid-sim
- Owner: SebLague
- License: mit
- Created: 2023-10-08T08:47:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-05T10:40:22.000Z (over 1 year ago)
- Last Synced: 2025-04-14T04:59:24.991Z (about 1 year ago)
- Language: C#
- Homepage: https://www.youtube.com/watch?v=rSKMYc1CQHE
- Size: 151 KB
- Stars: 909
- Watchers: 17
- Forks: 155
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluid-Sim
Development videos: [Simulation](https://youtu.be/rSKMYc1CQHE?si=KNw_i1sN2_CWEmzA) and [Rendering](https://youtu.be/kOkfC5fLfgE?si=1hXtw9nIiHllA6gn).
Project created in Unity 2022.3


With thanks to the following papers:
* Simulation:
* https://matthias-research.github.io/pages/publications/sca03.pdf
* http://www.ligum.umontreal.ca/Clavet-2005-PVFS/pvfs.pdf
* https://sph-tutorial.physics-simulation.org/pdf/SPH_Tutorial.pdf
* https://web.archive.org/web/20140725014123/https://docs.nvidia.com/cuda/samples/5_Simulations/particles/doc/particles.pdf
* Rendering:
* https://developer.download.nvidia.com/presentations/2010/gdc/Direct3D_Effects.pdf
* https://cg.informatik.uni-freiburg.de/publications/2012_CGI_sprayFoamBubbles.pdf