# Roberto's User Interface Module This repository has two main projects: a GUI library and a programming language for the GUI library. It's currently WIP. ## Brainstorm / TODO - Core library for sharing between immediate and retained mode; - Component tree representation; - Style system (support for themes is optional); - Software renderer first for compatibility, then GPU renderer for performance;