Zig-ImGui icon indicating copy to clipboard operation
Zig-ImGui copied to clipboard

Zig bindings for ocornut/imgui, generated using cimgui/cimgui

Results 8 Zig-ImGui issues
Sort by recently updated
recently updated
newest added

The Docking branch allows imgui windows to be pulled out of frame into their own OS windows. It's currently not supported.

I believe changing file generate.py (and generate.bat) in the function pointer section (line 499 in generate.py) should be changed from: return '?fn ... to return '*const ?fn ...

Changes: - Update function pointers - `fastmod -e zig '\?fn' '?*const fn'` - `fastmod -e zig '= fn' '= *const fn'` - Fix some errors trying to print` ?[*:0]u8` by...

Everything this PR does is in the title with a couple of side notes: - I'm working on Linux with my Zig compiler being set on master - I took...

Turned the .bat file into a bash script to generate bindings on linux/OSX I also changed `python` to `python3` Feel free to close if not necessary.