https://github.com/zerdicorp/fluid_simulation
It was hard to understand (and to be honest, I still don't understand much), but it's impossible not to try to create a fluid simulation!
https://github.com/zerdicorp/fluid_simulation
fluid fluid-simulation hydrodynamics simulation
Last synced: 6 months ago
JSON representation
It was hard to understand (and to be honest, I still don't understand much), but it's impossible not to try to create a fluid simulation!
- Host: GitHub
- URL: https://github.com/zerdicorp/fluid_simulation
- Owner: ZERDICORP
- Created: 2022-05-30T05:28:31.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T06:32:22.000Z (over 3 years ago)
- Last Synced: 2025-02-08T11:17:52.734Z (8 months ago)
- Topics: fluid, fluid-simulation, hydrodynamics, simulation
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fluid_simulation 💦
#### It was hard to understand (and to be honest, I still don't understand much), but it's impossible not to try to create a fluid simulation!## What is it and how does it work? :eyes:
What I want to say is that I don't really understand how it works, but I really wanted to try it, so you won't see my personal explanation in this README.
But I will definitely come back to this project in the future and try to immerse myself in all the formulas and theory as much as possible, because I am damn interested in how calling a number of simple functions leads to such a result.. 😳😳😳

## Thanks! Jos Stam & Mike Ash ❤️🔥
* #### [Real-Time Fluid Dynamics for Games by Jos Stam](http://www.dgp.toronto.edu/people/stam/reality/Research/pdf/GDC03.pdf)
* #### [Fluid Simulation for Dummies by Mike Ash](https://mikeash.com/pyblog/fluid-simulation-for-dummies.html)