How to make transparent window on linux

后端 未结 3 1909
情话喂你
情话喂你 2021-01-05 02:40

I want to make application an application with a splash screen on Linux.

I want to use X11 and glx (OpenGL application).

I\'ve found a way to remove the bord

3条回答
  •  死守一世寂寞
    2021-01-05 03:28

    This is definitely something that you will want to offload to the GPU. I would not recommend directly using the X11 lib for performance reasons. Let OpenGL do it. I did find the following link for glXChooseVisual.

    Also, here is another S.O. question that may be helpful.

    Furthermore, this is for windows, but it should still apply.

提交回复
热议问题