Ui
🪟 Window Streams (UI Layout & Output Channels)¶
The UI system in VIREX is undergoing a refactor toward a more modular, plugin-based architecture. Each visual or I/O region in the interface is identified using a Window Stream ID (WindowID). These IDs represent distinct UI sections such as memory display, output console, or input handling.
The final stream (CREDITS) is currently used for displaying credits, but may be repurposed or expanded in the future.
Stream IDs are passed to internal and plugin-rendered window handlers to control layout and routing of output.