update readme
This commit is contained in:
parent
6ed4e17065
commit
6df13ab697
1 changed files with 1 additions and 2 deletions
|
|
@ -8,12 +8,11 @@
|
||||||
./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game)
|
./pxl8.sh run [game.cart | project_dir] # Run pxl8 demo (or a specific game)
|
||||||
./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL
|
./pxl8.sh run [game.cart | project_dir] --repl # Run pxl8 demo (or a specific game) with a REPL
|
||||||
```
|
```
|
||||||
**Note** The demo has keys 1-8 bound for different examples.
|
|
||||||
|
|
||||||
### Requirements
|
### Requirements
|
||||||
|
|
||||||
- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support
|
- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support
|
||||||
- **Rust nightly** (edition 2024)
|
- **Rust nightly** (edition 2024) - Required for [pxl8d](pxl8d) server
|
||||||
- **SDL3** - System package or auto-vendored
|
- **SDL3** - System package or auto-vendored
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue