LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. It provides support for procedural animation of physical bodies to make objects move and interact in realistic ways.
Stable releases of LiquidFun are available for download from github.com/google/liquidfun/releases.
LiquidFun source code is available for download from github.com/google/liquidfun.LiquidFun's documentation consists of a Readme, Build Instructions, a Programmer's Guide, API Reference, and SWIG: Getting Started.
Discuss LiquidFun with other developers and users on the mailing list. File issues on the issues tracker or post your questions to stackoverflow.com tagged with liquidfun
The following videos show the Testbed application demonstrating LiquidFun's fluid simulation functionality. The videos are recordings of Android build of the Testbed application.
An initially rectangle shaped wall of water particles falling under gravity and crashing around a rectangular space.
Three groups of elastic particles interacting with a circular rigid body.
Water particles falling under gravity into a container with a circular rigid body displacing them.
Three different colored groups of particles with surface tension demonstrating attraction and color mixing.
Water sloshing around an oscillating container.