https://github.com/jsoulier/3d_fluid_simulation
WIP 3D Fluid Simulation using SDL3 GPU with compute shaders
https://github.com/jsoulier/3d_fluid_simulation
3d compute-shader compute-shaders cpp example examples fluid-simulation glsl gpu sdl sdl3 shaders
Last synced: 7 months ago
JSON representation
WIP 3D Fluid Simulation using SDL3 GPU with compute shaders
- Host: GitHub
- URL: https://github.com/jsoulier/3d_fluid_simulation
- Owner: jsoulier
- License: unlicense
- Created: 2025-07-12T19:17:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-12T20:37:21.000Z (7 months ago)
- Last Synced: 2025-07-12T22:20:26.633Z (7 months ago)
- Topics: 3d, compute-shader, compute-shaders, cpp, example, examples, fluid-simulation, glsl, gpu, sdl, sdl3, shaders
- Language: C++
- Homepage:
- Size: 10.5 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Fluid Simulation
### References
- [Fluid Simulation for Dummies](https://mikeash.com/pyblog/fluid-simulation-for-dummies.html) by Mike Ash