Got a basic static UI layout setup. Just needs to be plugged up with actual logic to animate. Maybe new frames to follow.
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.
Created a basic block layout for the main UI screen.