Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 564 Bytes

File metadata and controls

23 lines (17 loc) · 564 Bytes

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