Swift-imgui
Swift-imgui copied to clipboard
Dear ImGui Swift Wrapper API for macOS and iOS
I need iOS project
(thrown few warnings fixes in separate commit for good measure)
I tried to checkout imgui/master and had some compile errors. I fixed those but I'm getting a runtime crash saying: Assertion failed: (GImGui != __null && "No current context. Did...
Hi, I want to use your library to build some game controls, because I still want to use constraints so I build each control in one window. Can you guide...