Swift-imgui icon indicating copy to clipboard operation
Swift-imgui copied to clipboard

Which branch of imgui should we use?

Open cclaan opened this issue 6 years ago • 0 comments

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 you call ImGui::CreateContext() or ImGui::SetCurrentContext()?"), function GetIO,

I'll keep debugging, but maybe there's a quick fix you know of. Thanks for the cool project!

cclaan avatar Mar 12 '18 20:03 cclaan