Skip to content

Latest commit

 

History

History
executable file
·
27 lines (16 loc) · 852 Bytes

README.md

File metadata and controls

executable file
·
27 lines (16 loc) · 852 Bytes

ofxLiquidFun

openFrameworks wrapper for LiquidFun by Google.

LiquidFun is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. This addon is also based on ofxBox2D which is Todd Vanderlin's Box2D wrapper for openFrameworks.

screen

https://vimeo.com/104151359

Installation

First, pick the branch that matches your version of openFrameworks:

  • openFrameworks 0.9.8 : 0.9.8 branch
  • openFrameworks 0.10.0 : master branch

Todo

  • Add PerticleGroup class (ofxBox2dParticleGroup?)
  • Separate LiquidFun class from ofxBox2d.
  • ...etc.

License

The MIT License (MIT)