aybe / DearImGui

imgui & implot for .NET & OpenTK
MIT License
41 stars 3 forks source link

Change imgui submodule to docking branch #16

Closed KCoen closed 1 year ago

KCoen commented 1 year ago

image

I've tested, the docking features, they seem to work as is, multi-window is optional, and to support it we'd have to implement some changes in the backend. (GLFW example implementation could possibly be useful for a port to OpenTK)

It might be wise to merge this to a docking branch of your own.


I've disable throwing Exceptions for notifications or low severity debug callbacks, this seems to be needed on my GPU driver even before these changes.

Follow up on #14

aybe commented 1 year ago

Works great, my hats off to you, Sir! 🎯 😀