Commit Graph

3 Commits

Author SHA1 Message Date
8ec710988b Static UI
Got a basic static UI layout setup. Just needs to be plugged up with
actual logic to animate. Maybe new frames to follow.
2025-09-11 17:18:48 -04:00
59608ce5f2 Non Blocking Events
Changed how we process events by polling first to see if there are
events to process. This keeps the app real-time and not hanging waiting
for keypress.
2025-09-09 23:01:31 -04:00
db5937664c Basic UI
Created a basic block layout for the main UI screen.
2025-09-09 18:43:21 -04:00