mharrys / fluids-2d

Real-time fluid dynamics running on the GPU with the help of WebGL and Three.js

Home Page:http://www.csc.kth.se/~mathar/fluids-2d/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluids-2D

Real-time fluid dynamics running on the GPU with the help of WebGL and Three.js. It is simulated with the Navier-Stokes Equations with the simplified assumption of incompressible, homogeneous fluid.

Demo

Play around with fluids here. Note that you will most likely have performance issues if you are running on a integrated graphics card.

References

  1. Jos Stam. Stable Fluids. In Proceedings of SIGGRAPH. 1999.
  2. Jos Stam. Real-Time Fluid Dynamics for Games. Proceedings of the Game Developer Conference. 2003.
  3. Mark Harris. Fast Fluid Dynamics Simulation on the GPU. In GPU Gems: Programming Techniques, Tips, and Tricks for Real-Time Graphics (Chapter 38). 2004.

About

Real-time fluid dynamics running on the GPU with the help of WebGL and Three.js

http://www.csc.kth.se/~mathar/fluids-2d/

License:Other


Languages

Language:JavaScript 80.5%Language:GLSL 15.0%Language:HTML 3.6%Language:CSS 0.8%