imgui-demo-binaries-20240105.zip (Windows, 1.90.1 WIP, built 2024/01/05, master) or older binaries.The demo applications are not DPI aware so expect some blurriness on a 4K screen. For DPI awareness in your application, you can load/reload your font at a different scale and scale your...
Dear ImGui: Bloat-free Graphical User interface for C++ with minimal dependencies - imgui/.github at master · cy-by-side/imgui
imgui-demo-binaries-20240105.zip(Windows, 1.90.1 WIP, built 2024/01/05, master) orolder binaries. The demo applications are not DPI aware so expect some blurriness on a 4K screen. For DPI awareness in your application, you can load/reload your font at a different scale and scale your ...
#include "./third-party/imgui-master-freetype/imgui/imgui.cpp" #include "./third-party/imgui-master-freetype/imgui/imgui_demo.cpp" #include "./third-party/imgui-master-freetype/imgui/imgui_draw.cpp" #include "./third-party/imgui-master-freetype/imgui/imgui_widgets.cpp" #include...
master BranchesTags LumixEngine/external/imgui/ Go to file Type Name Latest commit message Commit time . . IconsFontAwesome5.h improved editor usability April 23, 2020 18:59 LICENSE imgui moved to external May 7, 2016 13:10 README.md ...
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies - imgui/LICENSE at master · weifuwei163/imgui
imgui_widgets.cpp imstb_rectpack.h imstb_textedit.h imstb_truetype.h Latest commit ocornut Update FONTS.md (#7944) Sep 3, 2024 4a06fe5·Sep 3, 2024 History History (You may browse this athttps://github.com/ocornut/imgui/blob/master/docs/FONTS.mdor view this file with any Markdown...
imgui_examples.sln README.txt See BACKENDS and EXAMPLES files in the docs/ folder, or on the web at:https://github.com/ocornut/imgui/tree/master/docsBackends = Helper code to facilitate integration with platforms/graphics api (used by Examples + should be used by your app). Examples =...
You may link to this document using short form:https://www.dearimgui.com/faqor its real address:https://github.com/ocornut/imgui/blob/master/docs/FAQ.mdor view this file with any Markdown viewer. Q&A: Basics Q: Where is the documentation?
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies - imgui/imgui.cpp at master · weifuwei163/imgui