Add UI screenshots and pyright config

Add Screenshots/ (panel + settings tabs: engines, input, general, benchmark,
about) for documentation, and pyrightconfig.json pointing the type checker at
the system dist-packages so it resolves PyGObject (gi).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
mARTin-B78 2026-06-06 09:59:10 +02:00
parent 2d777382f5
commit 5ad4e92a73
11 changed files with 5 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB

BIN
Screenshots/panel.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 KiB

BIN
Screenshots/tray-menu.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

5
pyrightconfig.json Normal file
View File

@ -0,0 +1,5 @@
{
"extraPaths": [
"/usr/lib/python3/dist-packages"
]
}