From 94137a64cd9d796433a831dc9563cb8aaf5d395c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 4 May 2024 11:52:52 -0400 Subject: [PATCH] Update readme --- Readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 8d4d749..f0b8aa3 100644 --- a/Readme.md +++ b/Readme.md @@ -9,7 +9,8 @@ The things to explore: * 2D canvas for laying out code visualized in various types of ASTs * WYSIWYG frontend ASTs * Making AST editing as versatile as text editing. -* High-performance generating a large amount of UI widget boxes with proper auto-layout & no perceptible rendering-lag or input lag for interactions (framtimes stable). +* High-performance generating a large amount of UI widget boxes with proper auto-layout & no perceptible rendering-lag or input lag for interactions (frametimes stable). +* Model-View-Controller interface between code managed by a 'backend' (both in memory and filesystem) and the UX composition (which has separate filesystem composition). The project is so far in a "codebase boostrapping" phase. @@ -39,3 +40,5 @@ Even so the notatble groups are: * Will most likely be the bulk of this prototype. * PIMGUI (Persistent Immediate Mode User Interface); * Auto-layout with heavy procedural generation of box widgets + +There is some unused code in `code/__imgui_raddbg`. Its a partial translation of some data structures from raddbg's ui.