Jason Van Cleave
Jason Van Cleave
Looks like it is a fairly recent work in progress on the imgui side. You might find some more info here https://github.com/ocornut/imgui/issues/1676
Can you try after commenting out `io->Fonts->ClearTexData();`
What's the benefit of explicit std?
I'm super skeptical about modern cpp practices and the promises it brings. I tend to agree with [this comment ](https://stackoverflow.com/questions/1452721/why-is-using-namespace-std-considered-bad-practice#comment1303908_1452738) I guess it's best to fall in line with what...
I wish 17 years seemed like a long time ago. It's entirely possible I don't fully understand the issue and will look at some of the links. (I've only had...
Weird - I am assuming on a Mac?
@martialgallorini I created a test branch for this. The CPU use certainly is reduced when minimized but I am unsure of the implication on any background tasks (i.e. OSC, image...
The code is only concerned when the app is minimized. GLFW_FOCUSED (as opposed to GLFW_ICONIFIED ) may work better for background
It may partially be related to the OS. Also depends if OF has anything to assist with dealing with app focus in place. Why doesn't it solve the problem?
I think there may be some Unicode/UTF-8 in OF 0.9.0 Take a look at this and see if it may help http://blog.openframeworks.cc/post/133404738514/openframeworks-090-ofthreadchannel-utf-8-and Especially the section about `ofAppendUTF8(str,key)`