Llizard is a plugin-based GUI framework for the Spotify CarThing. It provides a unified 800x480 canvas where plugins - called salamanders - render their interfaces. The host handles display rotation, input abstraction, and media state from Redis.
Written in C with raylib for graphics and raygui for immediate-mode UI. Plugins are dynamically loaded .so files that share a common SDK for consistent behavior across the constrained ARM hardware.