Init a Docked ImGUI window

Hi,

I’m using the ImGUI-docking branch, and it’s working very well.

Now, I would like to init/start my app with a ImGUI window already docked by default in the left side of the GLFW Window.

How can I do this?

You can use the work-in-progress DockBuilderXXX api in imgui_internal.h.
The API might evolve over time.
Check out the docking thread https://github.com/ocornut/imgui/issues/2109 for details.

1 Like