Home

Awesome

Unity MetaBalls Liquids

A simple liquid simulation using MetaBalls.

Before

<p align="center"> <img alt="Old Metaballs" src="/Gifs/metaballs.gif" width="350"> </p>

The basic MetaBalls are balls moving by simple math functions, good to quickly test the concepts but not easy to use right away.

After

<p align="center"> <img alt="New Metaballs" src="/Gifs/new_metaballs.gif" width="350"> </p>

The new MetaBalls are based on the same code with some improvements, such as gravity, collisions and grounded water effect (the metaballs "splash" when hitting the ground).

Credits