mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-21 09:12:25 +08:00
15c7d556f6
* Reapply "system/ui: add SCALE env var (#35272)"
This reverts commit e2569a8b32.
* set mouse scale factor
11 lines
380 B
Markdown
11 lines
380 B
Markdown
# ui
|
|
|
|
The user interfaces here are built with [raylib](https://www.raylib.com/).
|
|
|
|
Quick start:
|
|
* set `DEBUG_FPS=1` to show the FPS
|
|
* set `STRICT_MODE=1` to kill the app if it drops too much below 60fps
|
|
* set `SCALE=1.5` to scale the entire UI by 1.5x
|
|
* https://www.raylib.com/cheatsheet/cheatsheet.html
|
|
* https://electronstudio.github.io/raylib-python-cffi/README.html#quickstart
|