Files
StarPilot/system/ui
Adeeb Shihadeh 0d4b0ee116 pre-process fonts for raylib (#36489)
* pre-process fonts for raylib

* it's fast!

* raylib processing

* build with scons

* padding

* happy ruff

* all exported

* cleanup

* more pad
2025-10-26 13:20:11 -07:00
..
2025-10-26 13:20:11 -07:00
2025-07-18 19:19:26 -07:00
2025-10-15 00:11:16 -07:00
2025-10-01 00:32:09 -07:00
2025-10-15 00:11:16 -07:00

ui

The user interfaces here are built with raylib.

Quick start:

Style guide:

  • All graphical elements should subclass Widget.
    • Prefer a stateful widget over a function for easy migration from QT
  • All internal class variables and functions should be prefixed with _