Pascal Thomet
Pascal Thomet
Hello, This PR adds some "DemoCode" markers inside imgui_demo.cpp. They are used by [imgui manual](https://pthom.github.io/imgui_manual_online/manual/imgui_manual.html). Basically, `DemoCode` and `DemoCode_` are two macros that can *optionally* add a "Code" button like...
details/icon/preview buttons & zoom slider are presented at the bottom of the window (to the left of Ok/Cancel) The size of the widget is unchanged. Compatible with small window sizes...
I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It enables...
Hello, I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It...
Hello, I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It...
Based on modifications first added into HelloImGui: https://github.com/pthom/hello_imgui/commit/425490c622fa7527bd069a2c68ea641154369f8d See discussion at https://github.com/pthom/imgui_bundle/discussions/72 Beware, this PR was not tested in the ImGuiAl repository; this is a direct port of the modifications.
I'm happy to announce the first public release of Dear ImGui Bundle. Dear ImGui Bundle is a bundle for Dear ImGui, including many powerful libraries from its ecosystem. It enables...
Hello, I saw some performance issues with ImGui when it uses LunaSvg in order to load some Svg fonts: It can load some fonts with a *very* good performance. However,...
First, thanks a lot for your article and for this repo. It helps a lot! I made some simple modifications to your projet, in order to make it easier to...
Re-Bonjour Omar, Sorry if I'm flooding the issues a bit today. I'm trying the code of app_minimal, and I have an issue with screen capture and the flag ImGuiCaptureFlags_StitchAll. Basically,...