ofxLiquidFun
ofxLiquidFun copied to clipboard
openFrameworks wrapper for LiquidFun.
i had to modify some classes as the compiler wasn't building the addon, complaining about those non-void function not returning a value. Tested on Debian 9, with clang-6. Thanks for...
I get the following error if I try to build the examples on VS2017 with 0.10... c:\dev\of_v0.10.0_vs2017_release\addons\ofxliquidfun\src\ofxbox2dutils.h(3): fatal error C1083: Cannot open include file: 'Box2D.h': No such file or directory...
Hi, I've been playing around with ofxLiquidFun and, more a question than an issue per say, but I was wondering if it is possible to : 1 : create elastic...
I am new to OpenFrameworks and LiquidFun and have a simple question. If can set the size of all the particles in the system by calling `particles.particleSystem->SetRadius` but how would...
The title says it. I saw I can set the lifetime but how can I destroy particles that are offscreen? box2d has ``` bool ofxBox2dBaseShape::shouldRemoveOffScreen(ofPtr shape) { return !ofRectangle(0, 0,...