-
By restructuring a bit we could create a cargo workspace so that we could separate the different headers into their own crates, or at least separate the `imgui` header bindings into its own crate sinc…
-
### Related problem
_No response_
### Your request
how to use this Hint
GLFW_MOUSE_PASSTHROUGH
### Alternative solution
_No response_
### Additional context
_No response_
-
Imgui v1.80 is very outdated.
-
It feels that one thing which is lacking in this project is an actual example app/framework for using the JSON output and creating a backend out of it.
It'd be interesting an interesting experiment…
-
Straight from github, correct cimgui, not edited or changed any code and the XNA sample always throws the error `System.AccessViolationException` on line 76 of `ImFontAtlas.gen.cs`
Test it yourself…
-
@gucio321
"2nd and 3rd axis":
old code was:
```
giu.Plot("Rotation").Flags(giu.PlotFlagsYAxis2).Plots( .... )
```
now it doesn't work because PlotFlagsYAxis2 doesn't exist, …
-
Apple recently announced official C++ bindings for metal. https://developer.apple.com/metal/cpp/
I was curious if it would be possible to use bindgen on it to autogenerate bindings to metal. If bin…
-
Hi,
After setting up ImPlot to work with ImGui.Net, I wanted to use "Heatmap" Demo on ImPlot Demo page, but it triggers an assert which says "Too many vertices in ImDrawList using 16-bit indices. R…
-
Hi,
I think that for some strange memory things, data returned by GetText in my wrapper, get scorrupted.
This change fixes that issue:
```cpp
std::string str = self->GetText();
char* cStr…
-
**Problem**
Unfortunately dear-imgui API uses inout arguments very often. Python does not allow for such calling convention. So it is very hard to wire together imgui windows and widgets in the sam…