-
After some thought I came to the conclusion that pops really are never logically or lexically separate(in any scenario I could imagine) from their counterparts.
I propose a potential design where de…
-
Following commit in my branch of imgui fork allows to not use default C runtime library functions and instead provide custom ones: https://github.com/mmozeiko/imgui/commit/661eb02b250d10fa562a7a549808…
-
After doing some UI work and looking over the existing work that is left considering Qt again might actually be the correct way forward.
One of the reasons of switch from Qt was slow compile times an…
emoon updated
7 years ago
-
The demo at:
http://floooh.github.io/oryol/TurboBadgerDemo.html
works finely on desktop, but is irresponsive to tap event -> click when run on Android Tablet.
This issue is present on Chrome, Opera …
-
In the doc it says "ID are uniquely scoped within windows, tree nodes, etc. so no conflict can happen" so I was under the impression that this also applies to collapsing headers, but it seems that thi…
-
Hey and thanks for making this OF ImGui wrapper! :D
I noticed a small issue using it on `Ubuntu 14.0.4` : _(in the demo and other apps using `ofxImGui`)_
When I set `FORCE_PROGRAMMABLE` to `0`, the o…
-
This issue was automatically generated. Feel free to close without ceremony if
you do not agree with re-licensing or if it is not possible for other reasons.
Respond to @cmr with any questions or conc…
-
This is more of a question then of a feature request. I wonder why does the [frame](https://github.com/Gekkio/imgui-rs/blob/master/src/lib.rs#L227) function takes `delta_time` as an argument? This is …
-
Trying to build the SDL opengl 3 example gives the following error:
$c++ `sdl2-config --cflags` -I ../.. -I ../libs/gl3w main.cpp imgui_impl_sdl_gl3.cpp ../../imgui_.cpp ../libs/gl3w/GL/gl3w.c `sdl2-…
-
I'm using the following code as wrappers to `ImGui::BeginTooltip()` and `ImGui::EndTooltip()` to make sure that tooltips always remain on-screen and unobscured by the mouse cursor.
This worked well un…