Skip to content

nilspin/fluidSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published