-
Sorry for probably stupid question. I debug my application usng Dear ImGui and a problem I have is that no text cursor appears in any text input boxes. Otherwise everything works OK. Could you please …
-
**Version/Branch of Dear ImGui:**
Commit 9165280 (v1.62 WIP, master)
**My Issue/Question:** It seems to be possible to cause ImGui to fail an assert when using navigation mode (I think either ke…
-
...so it doesn't work with Tinderbox:
https://github.com/simongeilfus/Cinder-ImGui/tree/master/lib
-
Goal : Drag letters to the top and complete the word.
![image](https://user-images.githubusercontent.com/5270036/43980191-1ae9b1f6-9ce5-11e8-9699-fcdd87fa8577.png)
-
This is really not an issue, imgui is great. I create the issue because i want someone who is good at both imgui and OpenGL/GLSL to help me and guide anyone who may encounter similar issues.
My progr…
-
Currently the audio implementation is almost entirely written in C#, with system-level audio being pushed to OpenAL via the IALDevice API.
In addition to being slower than native code for the usual…
-
In our engine, we process all input messages which were sent during the last frame including a paint message which pumps ImGui every frame regardless of the number of additional input messages.
The g…
-
The current property editor is using the tree node and than doing some hacky tricks to make it a column based property editor.
Since a property list is a key part of an editor it would be nice to h…
-
I am rendering imgui windows to multiple textures, and each texture has its own context. Everything works in all contexts except the software mouse pointer. I use the default context for the first tex…
-
I'm attempting to load an icon set for an array that I've made, whenever I open the menu it renders all the characters as massive laggy blocks. The process drops to 1 FPS no matter the window I'm in. …