summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRoberto Esteves <contact@robertoesteves.dev>2025-11-22 16:35:06 +0000
committerRoberto Esteves <contact@robertoesteves.dev>2025-11-22 16:35:06 +0000
commite7c2ec9719349f7a20dd1d4854869c10d8836a11 (patch)
treeaf5b34d8d21cabd4ec6d4206ce5a6fd4651de56c /README.md
parentd84537c52f537920369618028f84b48296811fd0 (diff)
chore: restructure project and brainstorming ideasHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..1c49160
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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;