An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# web-fluids-app

[![Check online](https://img.shields.io/badge/Check-online-orange.svg)](https://eliasku.github.io/web-fluids-app/)
[![Twitter](https://img.shields.io/twitter/follow/eliaskuvoice.svg?style=flat&label=Follow&logoColor=white&color=1da1f2&logo=twitter)](https://twitter.com/eliaskuvoice)

Jos Stam's famous fluid solver

![cpu](cpu.gif)
![gpu](gpu.gif)

## 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