summaryrefslogtreecommitdiff
path: root/HOWTO.md
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-02-02 09:32:47 +0100
committerskal <pascal.massimino@gmail.com>2026-02-02 09:32:47 +0100
commit8275e158f26798f218fbd60cc9791cc53aac480a (patch)
treecd096235709bcaafca94785d850bf95c63fed9f8 /HOWTO.md
parente999a1a9efeb9d36613293b98eedb6b7ac1e291a (diff)
docs: Update project status and how-to guides
- Marked 3D renderer integration and procedural asset tasks as complete in PROJECT_CONTEXT.md. - Added a new 'Platform & Windowing' section to document the major refactoring, high-DPI fix, and custom resolution feature. - Updated HOWTO.md to include instructions for the new '--resolution' command-line option.
Diffstat (limited to 'HOWTO.md')
-rw-r--r--HOWTO.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/HOWTO.md b/HOWTO.md
index 4a596db..e97380e 100644
--- a/HOWTO.md
+++ b/HOWTO.md
@@ -19,6 +19,11 @@ cmake --build build
./build/demo64k --fullscreen
```
+To run in a specific resolution, use the `--resolution` option:
+```bash
+./build/demo64k --resolution 1024x768
+```
+
Keyboard Controls:
* `Esc`: Exit the demo.
* `F`: Toggle fullscreen mode.