dragonpilot - 基於 openpilot 的開源駕駛輔助系統
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Comma Device 3bc6970546 dragonpilot v0.10.0 3 days ago
..
lib dragonpilot v0.10.0 3 days ago
widgets dragonpilot v0.10.0 3 days ago
README.md dragonpilot v0.10.0 3 days ago
reset.py dragonpilot v0.10.0 3 days ago
setup.py dragonpilot v0.10.0 3 days ago
spinner.py dragonpilot v0.10.0 3 days ago
text.py dragonpilot v0.10.0 3 days ago
updater.py dragonpilot v0.10.0 3 days ago

README.md

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 _