A simple SDL3 application written in Go that demonstrates:
- Window creation and management
- Event handling (keyboard input)
- 2D rendering with rectangles
- Basic game loop structure
- Arrow keys: Move the blue rectangle
- Escape key: Exit application
- Go 1.19+
- SDL3 library