-
Imgui v1.80 is very outdated.
-
I'm not sure if this error is related to ImGui or MoltenVK. However, since this flickering is not observed when testing the same code in a Windows environment with NVIDIA drivers, I am raising this is…
-
I'm just figuring out that there's no ofxImGui license at all.
As ImGui is MIT, let's add a MIT license to this addon for clarity ?
Ping @prisonerjohn , @jvcleave .
-
### Description
While trying to run ImGui.NET on win-arm64 I ran into some sort of argument passing issue from managed to native code when calling https://github.com/cimgui/cimgui/blob/35a4e8f8932c63…
azeno updated
1 month ago
-
since you updated it the menu the menu freeze it render but can't move the menu or click
-
### Version/Branch of Dear ImGui:
1.90.1, docking
### Back-ends:
Custom (Unreal)
### Compiler, OS:
Windows 11, MSVC 2022
### Full config/build information:
_No response_
### Details:
I have a…
-
In the spirit of 2020's **ImDrawList coding party** (#3606) - which led to beautiful stuff like [this disco ball](https://github.com/ocornut/imgui/issues/3606#issuecomment-735475622) and more, I thoug…
-
Whenever I switch between my monitors and run my program I get an instant crash before the first render. I narrowed it down to the UI drawing to a slightly bigger frame. I tried to recreate it in the …
-
https://github.com/mellinoe/ImGui.NET/blob/9b74ee4f797daeb8468d1ed9b8a5c0e804f9e52e/src/ImGui.NET/Generated/ImGui.gen.cs#L13250
In the original ImGui, `ImGui::Text` is meant to be used in the "`print…
-
according to https://github.com/ocornut/imgui/blob/master/examples/opengl3_example/imgui_impl_glfw_gl3.cpp
we should use **glfwSetCharCallback(window, ImGui_ImplGlfwGL3_CharCallback)** to **AddInputC…