This project is a Zig port of the FLIP-Fluid simulation from Matthias Müller's Ten Minute Physics series.
- Zig 0.15.2
Clone the repository:
git clone https://github.com/burakssen/zff
cd zffzig build run -Doptimize=ReleaseFast### WebAssembly Build
To build for WebAssembly using Emscripten:
zig build -Doptimize=ReleaseFast -Dtarget=wasm32-emscriptenThe output will be in zig-out/web/ and can be served from there directly.
Original implementation: Matthias Müller's FLIP simulation
This project is licensed under the MIT License. See the LICENCE file for details.
