-
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…
-
### Version/Branch of Dear ImGui:
Version 1.90.6, Branch: docking
### Back-ends:
imgui_impl_opengl.cpp + imgui_impl_glfw3.cpp
### Compiler, OS:
Windows 10 64-Bit + MinGW G++ 14.1.0
#…
-
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…
-
### Is your feature request related to a problem? Please describe.
The complexity of this game is quite a barrier for new players, albeit a fun one to master.
The complexity of the giant amount of…
-
### Xmake 版本
2.8.7
### 操作系统版本和架构
Ubuntu22.04
### 描述问题
真实问题出现在 我自己的项目[KHistory](https://github.com/Sunrisepeak/KHistory)上([xmake.lua](https://github.com/Sunrisepeak/KHistory/blob/main/xm…
-
ImGui.GetClipboardText fails and there doesn't seem to be any use of it on the official c++ demo file
```
/snap/rider/201/lib/ReSharperHost/linux-x64/dotnet/dotnet exec /snap/rider/201/lib/ReSharper…
-
I know there are allot of issues to do with AccesViolationExceptions here, but I couldn't find anything that helped my situation. I just want to show a debug window, just to test ImGui - here is my co…
-
Some things we could do:
- make it possible to revert to the default layout, without losing other persistent data
- add a few example layouts to a new openMSX installation that can be used as a base…
-
[SDL and Dear ImGui, C++ GUI without Qt](https://retifrav.github.io/blog/2019/05/26/sdl-imgui/) comments.