imgui icon indicating copy to clipboard operation
imgui copied to clipboard

Frameless ImGui/GLFW window

Open galloscript opened this issue 8 years ago • 6 comments
trafficstars

captura de pantalla 2017-04-12 a las 23 00 54

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.

galloscript avatar Apr 12 '17 21:04 galloscript

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:

example

melak47 avatar May 08 '17 05:05 melak47

also, https://github.com/rossy/borderless-window

r-lyeh avatar Mar 09 '18 11:03 r-lyeh

Thanks for posting those links, they are super useful for my work on viewport and docking.

ocornut avatar Mar 09 '18 12:03 ocornut

https://github.com/ands/borderless-window-opengl

r-lyeh avatar Mar 11 '18 09:03 r-lyeh

Any update on this for Linux system ?

blackball avatar Sep 28 '19 07:09 blackball

Any update on this for Linux system ?

i can't find any windowless/borderless example for linux also :(

srtnnm avatar Jul 19 '22 14:07 srtnnm

I am also interested in this.

damntourists avatar Aug 06 '22 19:08 damntourists