[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)

13 Likes

v4 has been released to wrap ImGui 1.91.6: Changelog Ā· CImGui.jl

There were quite a few IO-related breaking changes in 1.91.5 so Iā€™d recommend checking out the changelogs.

18 Likes