-
Hi there!
I'm trying to implement this plugin in cimgui-go (go wrapper of imgui) via [cimguizmo](https://github.com/cimgui/cigmuizmo), so sorry for my code below being in golang, but I think the code…
-
This is a feature suggestion.
When integrating Dear ImGui into other languages, it may make more sense to use their format string/string interpolation system, instead of C's format string system.
…
-
In addition to having a scrollbar, add methods to a Window to allow dragging to scroll contents, as if you were using a browser on mobile.
-
https://github.com/ocornut/imgui/blob/cb48c81a448aa0a4867e327c0a045a708ff3842e/imgui.h#L2529
-
I've quickly looked through the source code but haven't found anything related to font rendering. Actually a very nice feature would be to implement some sort of font rendering (TTF or old VGA DOS fon…
-
Is there a way to implement this with opentk both through GameWindow and GLFW?
I tried doing it the GLFW way and it won't let me cast my void pointer to your GLFWWindow class
```cs
ImGui.ImGuiI…
-
There is some new functionality like labels for second and third Y axis in BeginPlot.
-
Hi there!
IT IS AWESOME!!!!!!! Finally there is some imgui wrapper that is 100% automatic ;-)
What should be done to support WebGl? for now, the build output looks as follows:
```console
[exampl…
-
hey @pjulien21,
I am asking bc when using ofxImGui on several instances of ImGui I am getting problems.
I have seen some ofxImGui branch that handles multiple contexts and works fine.
I am looking…
-
Hi,
Is there a way to consume certain mouse events (e.g. button click, dragging)? Example pseudocode:
``` c++
if( condition && IsMouseClicked( 0 ) )
{
ConsumeMouseClick( 0 );
}
if( IsMous…