|
Im evaluating various gui solutions and i need docking capability (or at least building blocks for it). I see that silk.net provides imgui bindings along various other graphic api and assimp binding which is nice but i would like to clarify if imgui is based on main or docking branch (docking branch is updated along main branch btw it wasnt merged mostly due to sdl2 not behaving nicely in multiviewport scenarios if memory serves right but glfw should be largerly bugfree) |
Answered by
Perksey
Jul 10, 2021
Replies: 1 comment 2 replies
|
We don't bind to ImGui at all. We delegate this responsibility to the ImGui.NET library. If you want the answer, you'd need to ask them. |
2 replies
Answer selected by
BreyerW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't bind to ImGui at all. We delegate this responsibility to the ImGui.NET library. If you want the answer, you'd need to ask them.