ImGui.NET
ImGui.NET copied to clipboard
About DockBuilder
I have observed that there are few issue posts about DockBuilder and why it dont exist.I wonder if its included for future TODOs or having any plans about DockBuilder in near future.
I believe github issue is easy to access so thats why i didnt ask this on discord channel.
It's not available currently because it is only exposed in the internal header in imgui, which is not currently wrapped.
@mellinoe Can you auto generate the bindings for the internal stuff? I really want to use dock builder but currently there is no way to do it with C#
I know.. I've been waiting for some solution for a long time. :( to make a real competent and beautiful UI with ImGui, you've generally got to get into the internals. I don't know why they designed ImGui that way.