SpaiR / imgui-java

JNI based binding for Dear ImGui
MIT License
547 stars 90 forks source link

Hide GLFW window in Application #124

Open rofleksey opened 2 years ago

rofleksey commented 2 years ago

Is there a way to hide default GLFW window that is used for the first ImGUI window from Application class?

SpaiR commented 1 year ago

Not sure what is meant by "hide default GLFW window". Do you mean, like, how to create another GLFW window with ImGui?

JDoawp commented 7 months ago

I'm assuming they're talking about this window in red, while keeping the 'actual' GUI, the Debug + text window.

java_3Qw7nQLk2s

Brohammer5 commented 6 months ago

If you see when including imgui, it makes its own grey background causing issues with other OpenGL elements.

Screenshot 2023-12-25 112551 Screenshot 2023-12-25 115239