summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
committerskal <pascal.massimino@gmail.com>2026-02-09 17:43:12 +0100
commit4f51332be0ee1a046fdc03514d32fe31cf7b61a8 (patch)
treecfcee2627be6b6af4185d24c5a0049f331b0c5d2 /README.md
parentd5f78a4c2e7b626a492643efd62ddeb394276722 (diff)
docs: Update documentation and clean up obsolete files
- Add Task #76: External library size measurement - Update hot-reload documentation across README, HOWTO, PROJECT_CONTEXT - Update test count: 36/36 passing (100%) - Remove completed analysis files from root Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 067c359..e5cf4d2 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,13 @@ cmake --build build
- `BUILD.md`: Instructions for building the project.
- `CONTRIBUTING.md`: Guidelines for contributing, including coding style and commit policies.
- `FETCH_DEPS.md`: Information on third-party dependencies.
+- `HOT_RELOAD.md`: Debug-only file change detection system.
- `HOWTO.md`: General instructions for running and interacting with the demo.
- `PHASE2_COMPRESSION.md`: Details on future asset compression strategies.
- `PROCEDURAL.md`: Details on the procedural texture generation system.
- `PROJECT_CONTEXT.md`: A comprehensive overview of the project's architecture, features, and current state.
- `SEQUENCE.md`: Complete reference for `.seq` file format and timeline system.
+- `SIZE_MEASUREMENT.md`: Strategy for measuring core demo size vs external library overhead.
- `SPEC_EDITOR.md`: Plans for a future web-based spectrogram editor tool.
- `3D.md`: Overview of the 3D rendering pipeline and future enhancements.
- `TODO.md`: A list of immediate, small-scale tasks.