• Stars
    star
    256
  • Rank 158,533 (Top 4 %)
  • Language
    C#
  • License
    MIT License
  • Created about 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A simple liquid simulation using MetaBalls.

Unity MetaBalls Liquids

A simple liquid simulation using MetaBalls.

Before

Old Metaballs

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

After

New Metaballs

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