Hi, I installed imgui_bundle on my Windows 10 (version 22H2) laptop which has integrated Intel HD Graphics 3000. When starting demo_imgui_bundle.exe I get the following traceback: ...
Hi, as we know, this library native uses the glfw3 as the window gui framework. I'd like to use this library inside some other gui framework, such as wxWidgets or QT, any ideas on how to do this? For ...