Dominaezzz / kotlin-imgui

Kotlin bindings for Dear ImGui
MIT License
83 stars 4 forks source link

Visible GLFW window. #27

Open Kesanov opened 3 years ago

Kesanov commented 3 years ago

Running the example from samples shows both the imgui and glfw window. Similar to:

image

However, I believe that only the imgui Hello, World window should be visible by default. Alternatively, the ImGui window should be removed and its content should fill GLFW window (not sure if possible).

Dominaezzz commented 3 years ago

Whilst I don't 100% agree that decoration-less Windows should be the default, it should definitely be an option.

There is indeed a way to do this but I'll have to check when I get back from work. (There are hints in the docking branch)

That said, this is definitely an upstream issue. You can ask in the imgui repo too.

Dominaezzz commented 3 years ago

See https://github.com/ocornut/imgui/issues/3541