StudioCherno / Walnut

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

Question: Is it possible to "remove" the application window and have only ImGui windows? #13

Open Noscka opened 2 years ago

Noscka commented 2 years ago

I was curious on if it is possible to make main application be hidden or removed so only the ImGui windows are show.

greenkalx commented 2 years ago

Try searching the Dear ImGui github issues: https://github.com/ocornut/imgui/issues?q=

This looks promising: https://github.com/ocornut/imgui/issues/3680

Or StackOverflow: https://stackoverflow.com/questions/70404878/imgui-without-window

Velonex commented 2 years ago

Would be possible with #25