Walnut icon indicating copy to clipboard operation
Walnut copied to clipboard

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

Open Noscka opened this issue 2 years ago • 2 comments

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

Noscka avatar May 11 '22 19:05 Noscka

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

greenkalx avatar May 31 '22 21:05 greenkalx

Would be possible with #25

Velonex avatar Aug 19 '22 01:08 Velonex