imgui-java
imgui-java copied to clipboard
Hide GLFW window in Application
Is there a way to hide default GLFW window that is used for the first ImGUI window from Application class?
Not sure what is meant by "hide default GLFW window". Do you mean, like, how to create another GLFW window with ImGui?
I'm assuming they're talking about this window in red, while keeping the 'actual' GUI, the Debug + text window.
If you see when including imgui, it makes its own grey background causing issues with other OpenGL elements.