An implemntation of liquid simulation effect in Unity. This project uses blur shaders along with 2D rigidbody sprites to create the illusion of a liquid body. Render textures and material instancing ...
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 ...