imgui
imgui copied to clipboard
Frameless ImGui/GLFW window

Im guessing how to do it in MS Windows, if you are interested in the MacOSX version check the Gist: https://gist.github.com/Galloman/1ca2c21ab2b8425bb6aa36c5e0cb4bae
Note: The minimize/maximize/close buttons are native.
Have a look at this: https://msdn.microsoft.com/en-us/library/windows/desktop/bb688195(v=vs.85).aspx
This lets you retain the native buttons, but puts everything into the client area. Then you can paint over it anywhere using OpenGL, D3D, GDI or whatever you want. For example, painting tabs on the caption bar:

also, https://github.com/rossy/borderless-window
Thanks for posting those links, they are super useful for my work on viewport and docking.
https://github.com/ands/borderless-window-opengl
Any update on this for Linux system ?
Any update on this for Linux system ?
i can't find any windowless/borderless example for linux also :(
I am also interested in this.