Realtime cross-platform 2D fluid simulator computed using CUDA, rendered with OpenGL alongside ImGui for UI control.
To clone this repository with all its submodules, use:
git clone --recurse-submodules https://www.github.com/robertmotr/fluidity
If you've already cloned the repo, initialize and update submodules with:
git submodule update --init --recursive