Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tado/ofxLiquidFun
openFrameworks wrapper for LiquidFun.
https://github.com/tado/ofxLiquidFun
Last synced: 7 days ago
JSON representation
openFrameworks wrapper for LiquidFun.
- Host: GitHub
- URL: https://github.com/tado/ofxLiquidFun
- Owner: tado
- License: zlib
- Created: 2014-08-23T05:37:39.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T13:20:58.000Z (over 5 years ago)
- Last Synced: 2024-08-02T17:35:29.328Z (3 months ago)
- Language: C++
- Size: 999 KB
- Stars: 65
- Watchers: 10
- Forks: 20
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
ofxLiquidFun
===============openFrameworks wrapper for [LiquidFun](http://google.github.io/liquidfun/) by Google.
[LiquidFun](http://google.github.io/liquidfun/) is a 2D rigid-body and fluid simulation C++ library for games based upon Box2D. This addon is also based on [ofxBox2D](https://github.com/vanderlin/ofxBox2d) which is Todd Vanderlin's Box2D wrapper for openFrameworks.
![screen](screen.jpg)
https://vimeo.com/104151359
## Installation
First, pick the branch that matches your version of openFrameworks:
- openFrameworks 0.9.8 : [0.9.8](https://github.com/tado/ofxLiquidFun/tree/0.9.8) branch
- openFrameworks 0.10.0 : [master](https://github.com/tado/ofxLiquidFun/tree/master) branch## Todo
- Add PerticleGroup class (ofxBox2dParticleGroup?)
- Separate LiquidFun class from ofxBox2d.
- ...etc.## License
The MIT License (MIT)