dear-imgui.hs
dear-imgui.hs copied to clipboard
Haskell bindings to Dear ImGui, an immediate mode GUI toolkit
I started looking at [imgui.h](https://github.com/ocornut/imgui/blob/master/imgui.h). It's large. I don't think it's reasonable to achieve feature completeness, even less maintainability, without auto-generating at least some portion of the bindings. We could...
These 3 functions return a reference. `GetStyleColorVec4` seems to just be used to pass a reference to `PushStyleColor`, so I don't think we need to do anything special. On the...
This is not an issue as such, but to record for the benefit of other users that I was able to build the 'Hello World' example on Windows 11 with...
Currently, dear-imgui.hs is marked as broken on nixpkgs. Temporarily allowing broken packages gives the following error: ``` @nix { "action": "setPhase", "phase": "configurePhase" } configuring configureFlags: --verbose --prefix=/nix/store/r0z0xjm7p1cdsz1am22rswl97y6fg5vq-dear-imgui-2.1.3 --libdir=$prefix/lib/$compiler --libsubdir=$abi/$libname...
Hey! So after some futzing, i got the readme example to work wiht >= opengl3 flavor stuff. as below. i did hit a strange crash i'm not sure how to...
https://github.com/ocornut/imgui/blob/db66e33e9e3f28ce80a8819ac0b0566d8af5628c/backends/imgui_impl_vulkan.cpp#L33