Files
StarPilot/system/ui
Shane Smiskol 3fd9e94a34 raylib: all system apps work without anything built (#36261)
* all system apps work without scons

* better

* fix

* revert

* fix

* dont add

* huh
2025-10-03 23:18:20 -07:00
..
2025-07-18 19:19:26 -07:00
2025-08-28 08:19:39 -07:00
2025-10-01 00:32:09 -07:00
2025-10-01 00:32:09 -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 _