system/ui docs (#34607)

pull/34611/head
Adeeb Shihadeh 4 months ago committed by GitHub
parent 73266a016c
commit 07ef523ec1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      system/ui/README.md

@ -0,0 +1,9 @@
# ui
The user interfaces here are built with [raylib](https://www.raylib.com/).
Quick start:
* set `DEBUG_FPS=1` to show the FPS
* set `STRICT_MODE=1` to kill the app if it drops too much below 60fps
* https://www.raylib.com/cheatsheet/cheatsheet.html
* https://electronstudio.github.io/raylib-python-cffi/README.html#quickstart
Loading…
Cancel
Save