2D fluid simulator
This program is quite a simple two dimensional fluid simulator. The simulation is not supposed to be accurate but an approximation that runs in realtime. The fluid consists of many individual particles and are rendered simulating metaballs to make them look like liquid. The rendering is done with GLFW and OpenGL.

