Two implementations of real-time fluid simulation:
SPH 3D + Navier-Stokes 2D running in the browser. No install needed.
- 750 particles, CPU physics, Three.js rendering
- Open
index.htmlor runstart.bat
Professional SPH simulator using CUDA compute + OpenGL.
- 500K+ particles, full GPU physics
- Requires CUDA Toolkit + CMake + NVIDIA GPU
- See
local-gpu/README.mdfor build instructions