Replies: 4 comments
-
The problem with zimgui.h I stumbled as is was that some of the function names collided with Win32 function names (for instance SetCursorPos). Maybe the original Dear ImGui bindings generator (at https://github.com/dearimgui/dear_bindings) can be trivially extended to allow more symbol name transformation (e.g. |
Beta Was this translation helpful? Give feedback.
This comment has been hidden.
This comment has been hidden.
-
script gen added: 1cf6a74 However, some improvements are still pending, such as:
|
Beta Was this translation helpful? Give feedback.
-
Add full support like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @floooh,
Do you have any update about
zimgui.h
?I have been thinking about using it for sokol-d, to make a parser script like the one that is used in
sokol-bindgen
or maybe use importC in its current state, but it does not support comments like zig translate-c.Unlike Zig (no mangle), I would try to replace or remove
extern(C)
[emitted by importC] =>extern(D)
(default) orextern(C++)
[cpp-compat].Beta Was this translation helpful? Give feedback.
All reactions