Files
sunnypilot/openpilot/system/ui/README.md
T
2026-06-21 18:49:46 -07:00

996 B

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 _