Overview of the Arcade GUI module
developmentThe arcade.gui module provides classes for user interface interaction, including buttons, labels, and various layout components.
Key Technical Detail: The GUI uses a specialized rendering system distinct from the main engine rendering. This system is specifically designed to handle the resizing and scaling of widgets reliably, avoiding common issues found in standard engine rendering when UI elements change size.