1.6 KiB
(Click "Preview" to turn any http URL into a clickable link)
-
PLEASE CAREFULLY READ: https://github.com/ocornut/imgui/issues/2261
-
IF YOU ARE HAVING AN ISSUE COMPILING/LINKING/RUNNING/LOADING FONTS, please post on the "Getting Started" Discourse forum: https://discourse.dearimgui.org
-
PLEASE MAKE SURE that you have: read the FAQ in imgui.cpp; explored the contents of
ShowDemoWindow()
including the Examples menu; searched among Issues; used your IDE to search for keywords in all sources and text files; and read the link provided in (1). -
Be mindful that messages are being sent to the e-mail box of "Watching" users. Try to proof-read your messages before sending them. Edits are not seen by those users.
-
Delete points 1-5 and PLEASE FILL THE TEMPLATE BELOW before submitting your issue.
Thank you!
(you may also go to Demo>About Window, and click "Config/Build Information" to obtain a bunch of detailed information that you can paste here)
Version/Branch of Dear ImGui:
Version: XXX Branch: XXX (master/viewport/docking/etc.)
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_XXX.cpp + imgui_impl_XXX.cpp (or specify if using a custom engine/back-end) Compiler: XXX (if the question is related to building or platform specific features) Operating System: XXX
My Issue/Question:
XXX (please provide as much context as possible)
Screenshots/Video
XXX (you can drag files here)
Standalone, minimal, complete and verifiable example: (see https://github.com/ocornut/imgui/issues/2261)
// Please do not forget this!
ImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();