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

ofxImGuiLoggerChannel.h #105

Closed
cyrstem opened this issue Jun 24, 2020 · 2 comments
Closed

ofxImGuiLoggerChannel.h #105

cyrstem opened this issue Jun 24, 2020 · 2 comments

Comments

@cyrstem
Copy link

cyrstem commented Jun 24, 2020

can someone point out how to use ofxImGuiLoggerChannel.h or get the ofLog(); in ofxImGui to work ?

@Daandelange
Copy link
Collaborator

Hey, good question.
There's the example and another usecase by sphaero here.
Also there's a modification by to capture std output around.

It looks similar to the imgui logger examples and it feels like there could be some more oF glue. Maybe there's something more oF-native to do involving ofSetLoggerChannel(), as it's a ofBaseLoggerChannel, like :
https://github.com/d3cod3/Mosaic/blob/60b4a448b53976e80241bf128aff593af8f032e8/src/ofApp.cpp#L73-L74
And there could definitely be an embedded function to render any ofBaseLoggerChannel to the gui.

@cyrstem
Copy link
Author

cyrstem commented Jun 5, 2022

Hey yup i ended up using this example
some time ago but thanks!

@cyrstem cyrstem closed this as completed Jul 5, 2023
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

2 participants