This program simulates a simple fluid using the SPH method. The user can interact with the fluid using the mouse. The algorithm used for the simulation is SPH (Smoothed Particle Hydrodynamics). This ...
This repo contains code for a fluid simulation pipeline implemented in Compute shaders. The code has been tested on Unity 2019.1.14f1 Windows DX11, with the Legacy renderer. You can read the full ...