mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-04-18 07:55:50 +09:00
15 lines
1000 B
Plaintext
15 lines
1000 B
Plaintext
setcap nice for good performance when opening overlay when game is running below 60 fps.
|
|
Maybe grab cursor with xi, as that will prevent games from detecting movement with xi2 api.
|
|
|
|
Fullscreen on wayland doesn't render windows behind because it's a compositor optimization, to not draw anything behind (only draw the window directly without compositing).
|
|
Fix this by drawing the window smaller, or have two windows (left and right half monitor width).
|
|
Maybe change design to have black triangles appear and get larger until they fill the screen, with even spaces being left with no triangles.
|
|
Exclude triangles from a diagonal line across the screen.
|
|
Have buttons appear slanted in 3D.
|
|
All of these things should be done with vertex buffer, for real 3D.
|
|
|
|
DISPLAY gamescope-0
|
|
|
|
Colorscheme should follow graphics card in use. On nvidia use nvidia green, on intel use intel blue and on amd use amd red.
|
|
|
|
Optimize list/page when having a few items in it (dont use vector<unique_ptr<Widget>>). |