ofxMSAFluid
ofxMSAFluid copied to clipboard
No Fluid Solver
using with el capitan and openframeworks 9.2
message on console:
DrawerBase::isFluidReady() - No fluid solver
Running into the same issue, also drop down selection in the GUI wouldn't select. Awesome nonetheless
Ditto, I also get this same error after getting everything to build successfully and I am also using El Capitan and OpenFrameworks 0.9.3
Hi thanks for the reports. I haven't used this in a while however from what I remember:
- "DrawerBase::isFluidReady() - No fluid solver" might be normal. I think it's due to the initialization order. I.e. first a drawer is initialized, has no fluid solver to draw, and logs that warning, but LATER a fluid solver is created and assigned so it should still work. (I separated the drawer and solver classes so I could use the exact same solver code on openframeworks and on cinder. And just use different drawer classes to display the results)
- dropdown in GUI stopped working at some point. I think this is a bug in ofxSimpleGuiToo related to something changing in event handling in openframeworks. Never got round identifying it.
Hopefully everything should still work despite these problems?
I haven't used it, I found a different technique with ofxfluid.
I do thank you for getting back to me, though. I'm just a little late seeing your response.