Check out the Demo
Just playing around in WebGL with our old project that was originally made in C++/OpenGL. The Navier-Stokes equations were just rewritten into Javascript with three.js, No optimizations at all, 100% brute force calculations atm.
Copy repository, navigate to root folder and run
npm install
grunt serve
The original project can be found here.