blob: 1c49160f35fda4113f06f6050ca223e5aa4bc50c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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;
|