imgui
Here are 697 public repositories matching this topic...
-
Updated
Mar 21, 2022 - C
-
Updated
Mar 21, 2022 - C++
-
Updated
Mar 21, 2022 - Go
-
Updated
Mar 21, 2022 - C++
ImGui assertion callbacks were recently added to the imgui-java binding (SpaiR/imgui-java#100) to make debugging easier. However, this callback doesn't get triggered with imnodes assertion errors, a quick glance over the source code reveals that imnodes is using assert.h directly instead of using the IM_ASSERT macro which is configurable, is there any possibility of making
-
Updated
Dec 22, 2021 - C++
-
Updated
Mar 21, 2022 - C++
-
Updated
Feb 25, 2022 - Lua
-
Updated
Mar 4, 2022 - C++
-
Updated
Mar 18, 2022 - C++
In web version, update function void OpenShellURL(const std::string& url) to open link in a new browser tab.
-
Updated
Feb 15, 2022 - C++
Should be final since it will not be inherited
Originally posted by @litelawliet in adriengivry/Overload#126 (comment)
We should do a pass to ensure classes that should be final to have the final keyword
-
Updated
Nov 18, 2021 - C++
-
Updated
Mar 21, 2022 - C
-
Updated
Oct 15, 2020 - C
-
Updated
Mar 17, 2022 - C++
-
Updated
Jan 29, 2022 - TypeScript
Improve this page
Add a description, image, and links to the imgui topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the imgui topic, visit your repo's landing page and select "manage topics."
Tracking issue for improving the egui docs. Other suggestions for improvements welcome!
All doc-examples need to be part of the doctests (i.e. they should never be marked
ignore, thoughno_runcan maybe sometimes be motivated).egui
The crate-level docs for
egui(at https://docs.rs/egui generated fromegui/src/lib.rs) sh