ofxMSAFluid icon indicating copy to clipboard operation
ofxMSAFluid copied to clipboard

No Fluid Solver

Open nosarious opened this issue 9 years ago • 4 comments

using with el capitan and openframeworks 9.2

message on console:

DrawerBase::isFluidReady() - No fluid solver

nosarious avatar Feb 28 '16 17:02 nosarious

Running into the same issue, also drop down selection in the GUI wouldn't select. Awesome nonetheless

jlboyer avatar Mar 27 '16 05:03 jlboyer

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

danielsdesk avatar May 03 '16 01:05 danielsdesk

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?

memoakten avatar May 03 '16 12:05 memoakten

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.

nosarious avatar Jun 24 '16 21:06 nosarious