/fluidSim

2D fluid simulation using GPU

Primary LanguageC++

Real time 2D fluid simulation

Project to implement real-time 2D fluid on GPU, written in C++ using OpenGL based on this paper.

Dependencies

Build instructions

$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./fluidSim

Currently it renders :

Screenshot-1 Screenshot-2