Mirrális Dias Santana
Mirrális Dias Santana
Amazing, man! I was even wondering about using the official backend (GLFW probably) to have this feature, but I prefer this one much better, so that I can stick with...
Would be great for this to be merged. I know we can easily fix this on our side, but if it works out of the box is even better
Hi @dougbinks, thanks for the reply. Did you move your rendering to a separate thread? I'll try to provide a simple minimal example: ```cpp #include #include #include #include #include #include...
I'll take a look later. Please let me know if you could run the example I provided. If your compiler doesn't support C++ 20, let me know as well, so...
Oh, that's unfortunate, was hoping to identify if using another thread is part of the cause, because if I run everything in a single thread, I suppose like you're doing,...
Yeah, I suspected that. I ended up modifying imgui so that this function doesn't get called every frame, now it's working fine. Still very intriguing what causes the waiting to...
This would be nice
SDL has implemented this I guess, could it be used as a reference?
Would be nice to have a way to control the alignment of text inside a tab as well. I'd like to match the alignment of the window title when it...
GLFW does this, maybe it would be good to take a look at it, to have some ideas