Just me playing around with some fluid physics.
Nothing is really optimized too aggressively yet and I'm not sure about the future of this project yet.
You will need to have OpenGL installed along with make
, glfw
, & glm
. This repo contains Dear ImGui (UI system) as a submodule.
Downloading the repo (without history):
git clone --depth=1 --recurse-submodules --shallow-submodules https://github.com/JoshuaMarkle/fluid-simulation.git
Compile with make
!
This project is free use and can be used anywhere.