webgl2-stablefluids
webgl2-stablefluids copied to clipboard
webgl2 stable fluid simulation.
webgl2-stablefluids
Jos Stam's "Stable Fluids" implementation on WebGL2.
Migrate from keijiro/StableFluids.

Quick Start
//clone this repo
git clone [email protected]:soyemi/webgl2-stablefluids.git
npm install
//run demo
npm run start
//build source
npm run build