Files
StarPilot/system/ui
Shane Smiskol 2c41dbc472 raylib: hit rect for scroller items (#36432)
* hit rect

* clean up

* comment

* oh this is actually epic

* rm line

* type
2025-10-22 18:10:32 -07:00
..
2025-10-22 16:28:28 -07:00
2025-07-18 19:19:26 -07:00
2025-10-15 00:11:16 -07:00
2025-10-16 01:59:23 -07:00
2025-10-01 00:32:09 -07:00
2025-10-15 00:11:16 -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 _