Files
dragonpilot/system/ui
2025-08-21 12:30:31 +08:00
..
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -07:00
2025-08-19 09:22:24 -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 _