-
Will there be a support for Dear ImGUI 1.82? Because when I tried to just replace libraries and **nothing** works.
-
Hi,
Is it maybe planned to include imgui docking functionalities in the future? Those are present in the last couple of imgui versions.
Thanks.
-
[GLFW and Dear ImGui](https://retifrav.github.io/blog/2019/08/04/glfw-dear-imgui/) comments.
-
### Version/Branch of Dear ImGui:
Version 1.XX, Branch: XXX (master/docking/etc.)
### Back-ends:
imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
### Compiler, OS:
Android
### Full config/build informati…
-
### Version/Branch of Dear ImGui:
v1.91.4-docking-12-g646df390
### Back-ends:
SDL2+OpenGL3
### Compiler, OS:
Linux + GCC
### Full config/build information:
```
Dear ImGui 1.91.5 WIP (19141)
-…
-
## Description
I'd like to see Panda3D offer an interface to switch between system cursors, like the usual arrow cursor, the text cursor, or the finger cursor, for example.
## Use Case
I'm …
-
The Window widget is almost entirely unchanged from the original release of Iris, which is surprising. Its the 3rd widget I ever wrote, and as a consequence of laziness i opted not to include a featur…
-
### TL;DR: zgui (Dear ImGui) rounds the ratio between the framebuffer size and the window size up to the next integer when calculating cursor collisions with gui elements, leading to a mismatch of tru…
-
### Version/Branch of Dear ImGui:
Version 1.XX, Branch: XXX (master/docking/etc.)
### Back-ends:
imgui_impl_XXX.cpp + imgui_impl_XXX.cpp
### Compiler, OS:
macos
### Full config/build information…
-
It's not a bug report but more like a question/discussion topic.
So, I have this engine of mine where I have a rendering thread which runs C++ code and scripting environment which runs C# code. They …