https://github.com/eliasku/web-fluids-app
Jos Stam's famous fluid solver
https://github.com/eliasku/web-fluids-app
fluid-simulation
Last synced: over 1 year ago
JSON representation
Jos Stam's famous fluid solver
- Host: GitHub
- URL: https://github.com/eliasku/web-fluids-app
- Owner: eliasku
- Created: 2022-06-11T12:15:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T11:19:30.000Z (about 4 years ago)
- Last Synced: 2025-01-26T20:12:15.879Z (over 1 year ago)
- Topics: fluid-simulation
- Language: TypeScript
- Homepage: https://eliasku.github.io/web-fluids-app/
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-fluids-app
[](https://eliasku.github.io/web-fluids-app/)
[](https://twitter.com/eliaskuvoice)
Jos Stam's famous fluid solver


## References
### General
- https://github.com/HollowaySean/FluidSimulator
- https://github.com/Robinseibold/two-dimensional-smoke-simulation
- https://github.com/som1990/2DEularianFluidSimulation
- https://github.com/woeishi/StableFluids
- https://developer.download.nvidia.com/presentations/2010/gdc/Taking_Fluid_Simulation_Out_of_the_Box_Particle_Effects_in_Dark_Void.pdf
- https://github.com/983/Fluid-Simulation
- https://www.wdv.com/Aerospace/Fluids/StamFluidsforGames.pdf
### CPU
- https://github.com/NiallHornFX/StableFluids3D-GL
### GPU
- [WebGL Fluid Simulator](https://github.com/PavelDoGreat/WebGL-Fluid-Simulation)
- [PixelFlow](https://github.com/diwi/PixelFlow) collection
- https://github.com/Scrawk/GPU-GEMS-2D-Fluid-Simulation : Unity
- https://github.com/Scrawk/GPU-GEMS-3D-Fluid-Simulation : Unity
- https://github.com/MatiasPiispanen/SmokeVision