Using the LiquidFun Box2D fork with Raylib to render a fluid simulation.
demo.mp4
On windows you can just run/doubleclick run.bat in the project root (or use one of the releases).
git clone https://github.com/zeozeozeo/splash.git --recursive
cd splash
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --config Release