Real-time simulation of a two-dimensional fluid using the method of smoothed particle hydrodynamics.
Requires C++17, GNU Make and freeglut. On MacOS, using Homebrew, freeglut can be installed with
brew install freeglut
To build and run the program, execute
make run
from this repository's root directory.