diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:23:42 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-05-18 01:23:42 +0200 |
commit | e8dc3859fee38f30707bf5e77fa7dca0a2e05453 (patch) | |
tree | d5490cc1c3233e3914ca9338ee2c5759d2f18dbb /TODO | |
parent | 5fe5830056e57fcefb5c87f3ad841495adb3b30f (diff) |
Improve quality of screenshot and settings icons, especially for smaller resolutions
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -189,3 +189,7 @@ Make it possible to change controller hotkeys. Also read from /dev/input/eventN Add option to copy screenshot to clipboard. Does it work properly on Wayland compositors? Maybe need to wait until the application becomes Wayland native instead of XWayland. Show message that replay/streaming has to be restarted if recording settings are changed while replay/streaming is ongoing. + +Support vector graphics. Maybe support svg, rendering it to a texture for better performance. + +Support freetype for text rendering. Maybe load freetype as runtime (with dlopen) and use that when available and fallback to stb_freetype if not available. |