From 4f51332be0ee1a046fdc03514d32fe31cf7b61a8 Mon Sep 17 00:00:00 2001 From: skal Date: Mon, 9 Feb 2026 17:43:12 +0100 Subject: 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 --- doc/HOWTO.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'doc/HOWTO.md') diff --git a/doc/HOWTO.md b/doc/HOWTO.md index 876d7dc..c6e4e79 100644 --- a/doc/HOWTO.md +++ b/doc/HOWTO.md @@ -13,10 +13,16 @@ cmake --build build -j4 ./build/demo64k ``` -Options: `--fullscreen`, `--resolution WxH`, `--seek TIME` (debug only) +Options: `--fullscreen`, `--resolution WxH`, `--seek TIME`, `--hot-reload` (debug only) Keyboard: `Esc` (exit), `F` (toggle fullscreen) +**Hot-Reload Mode:** +```bash +./build/demo64k --hot-reload +``` +Watches config files and notifies when changes detected. See `doc/HOT_RELOAD.md`. + ### Size-Optimized Build ```bash cmake -S . -B build -DDEMO_SIZE_OPT=ON -- cgit v1.2.3