[ANN] CImGui.jl - A Wrapper for Bloat-free Immediate Mode Graphical User interface(Dear ImGui)

GLFW should responsible for returning that value when users close the GLFW window(IIRC, either by clicking the [x] button or pressing Esc?).

Ahhhhh I understand. That doesn’t work for me, but maybe that’s because I’m using i3wm, which is a bit unusual in that respect.

Thank you!

EDIT: fot future reference, it DOES work with i3wm, you just have to use the keyboard instead of the mouse: Pressing ALT+SHIFT+Q will correctly trigger WindowShouldClose(window).

1 Like

Heyo heyo :octopus: Necro’ing this topic to say that v3 is released now and you can check out the changelog here: Changelog · CImGui.jl

Hopefully this is a not-too-breaking release :crossed_fingers: The big changes are the update to ImGui 1.91.1, and generating all the wrappers automagically.

(P.S. check out ImGuiTestEngine.jl ¡ ImGuiTestEngine for writing tests, helps a lot with making sure everything works after upgrading)

10 Likes