Skip to content

zeozeozeo/splash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Splash!

Using the LiquidFun Box2D fork with Raylib to render a fluid simulation.

demo.mp4
image

Building

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