-
**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…
-
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.
-
It takes almost 1min on my m1 machine to generate only 7k loc: https://github.com/Gnimuc/ClangCompiler.jl/blob/main/lib/17/LibClangEx.jl
whereas, the codegen process only takes seconds...
-
I am building a wrapper for cimgui with c-for-go and I cannot get it to build the generated code because the accessors to c-structs are wrong.
One of many (nearly 800) examples from the generated c…
-
I'm using cimgui.h as a reference and there are things it can do better than what I can do with the metadata. E.g.
- Some comments missing: e.g. ImGuiIO has "Main configuration and I/O between you…
-
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…
-
This should be a simple matter of using a font with proper unicode support in ImGui.
-
### What happend?
Hey there. Thanks for your work on giu!
The readme mentioned automated Hidpi scaling.
However, it seems that the UI looks quite a bit blurry on my M1 mac:
I am running your '…
-
Based on a bug in the cgo (https://github.com/golang/go/issues/975)
cgogen generate
```
// Krb5buildPrincipal function as declared in krb5/krb5.h:4028
func Krb5buildPrincipal(context Krb5context, pri…
-
I'm wrapping cimgui.h and one thing it does is typedef common types for its wrapped library (imgui) so they work in the "API" layer it builds. So things like:
```c
typedef FILE* ImFileHandle;
typ…