Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Fluid Solver #3

Open
nosarious opened this issue Feb 28, 2016 · 4 comments
Open

No Fluid Solver #3

nosarious opened this issue Feb 28, 2016 · 4 comments

Comments

@nosarious
Copy link

using with el capitan and openframeworks 9.2

message on console:

DrawerBase::isFluidReady() - No fluid solver

@jlboyer
Copy link

jlboyer commented Mar 27, 2016

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

@danielsdesk
Copy link

danielsdesk commented May 3, 2016

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

@memo
Copy link
Owner

memo commented May 3, 2016

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?

@nosarious
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants