jvcleave / ofxImGui

Use ImGui in openFrameworks
292 stars 123 forks source link

add capture of stdout for the LoggerChannel #90

Open sphaero opened 5 years ago

sphaero commented 5 years ago

Perhaps this is handy for more people?

To use:

channel = std::shared_ptr<ofxImGui::LoggerChannel>(new ofxImGui::LoggerChannel());
channel->capture_stdout();