Files
Vehicle Researcher 9f648e0963 openpilot v0.10.1
2025-08-24 02:10:58 -07:00

623 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 _