# SPH An example project to show the implementation of an SPH fluid simulation with the VkCV framework  ## Details The project shows off an example implementation of an SPH fluid simulation which are widely used in computer graphics to simulate the behavior of fluids with a discrete amount of particles. The implementation is able to run in realtime allowing interactive use.