dbr/imgui-docking-rs

Floating windows?

Closed this issue · 1 comments

Per this video: https://www.youtube.com/watch?v=UljMVrQ_zYY floating windows just happens, but I'm looking for documentation or anything because I believe I would need to write the code to tell winit to make and destroy windows?

dbr commented

This requires a bunch of additions to the renderer and platform-support modules (e.g imgui-glow-renderer and imgui-winit-support or whatever you are using), and is relatively complicated compared to the single window code

Someone has started on this here: imgui-rs/imgui-rs#619