From 62f9a726ee09ed2e50d9b27417d8b4580b0c5bf1 Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 4 Jan 2025 20:27:54 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.md b/Readme.md index bf3f948..55fa850 100644 --- a/Readme.md +++ b/Readme.md @@ -11,10 +11,7 @@ The things to explore: * 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. - -The project's is organized into 2 modules sectr_host & sectr. -The host module loads the main module & its memory. Hot-reloading it's dll when it detects a change. +https://github.com/user-attachments/assets/0a895478-4a04-4ac6-a0ac-5355ff87ef4e The dependencies are: @@ -30,6 +27,11 @@ The dependencies are: * sokol-tools * Powershell (if you want to use my build scripts) +The project is so far in a "codebase boostrapping" phase. Most the work being done right now is setting up high perfomrance linear zoom rendering for text and UI. + +The project's is organized into 2 modules sectr_host & sectr. +The host module loads the main module & its memory. Hot-reloading it's dll when it detects a change. + Major 'codebase modules': * App : General app config & contextual state