StudioCherno / Walnut

Walnut is a simple application framework for Vulkan and Dear ImGui apps
MIT License
1.99k stars 367 forks source link

Remove Docking ? #63

Closed michalss closed 8 months ago

michalss commented 8 months ago

Hi i would like to make an same thing like you did with Forest launcher. But how can i disable docking and make only main window and turn off docking please?

Regards

Acromatic commented 8 months ago

What makes you think the forest launcher doesn't use docking? And why is docking a problem to begin with?

Walnut is just based on the GLFW3 / Vulkan example of ImGui, so here's the non-docking version of that https://github.com/ocornut/imgui/blob/master/examples/example_glfw_vulkan/main.cpp

compare that with the docking version, remove the bits you don't want.

michalss commented 8 months ago

sorry this is dup https://github.com/StudioCherno/Walnut/issues/64