Compare commits

..

No commits in common. "d400ad65241cefff5f46d935776f54e21592fd41" and "f18da9af054f0286c33da41669a71733b05ce167" have entirely different histories.

View File

@ -11,7 +11,10 @@ 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).
https://github.com/user-attachments/assets/0a895478-4a04-4ac6-a0ac-5355ff87ef4e
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.
The dependencies are:
@ -27,11 +30,6 @@ 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