diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-02 09:32:47 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-02 09:32:47 +0100 |
| commit | 8275e158f26798f218fbd60cc9791cc53aac480a (patch) | |
| tree | cd096235709bcaafca94785d850bf95c63fed9f8 /HOWTO.md | |
| parent | e999a1a9efeb9d36613293b98eedb6b7ac1e291a (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.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
