window creation

This commit is contained in:
2026-04-11 01:10:34 -05:00
parent 9c98964588
commit f03f521141
7 changed files with 43 additions and 10 deletions

View File

@@ -52,7 +52,7 @@ $ git clone https://git.vxbard.net/homeburger/ouros.git --recursive
```
### Configure and build project:
```bash
$ cmake -S . -B build
$ cmake -S . -B build -DSDL3_PATH="${SDL3_INSTALL_PATH}"
$ cmake --build build -j
```
### Execute application: