true 16-bit color... glorious
This commit is contained in:
parent
3dccce8a81
commit
b010f3e471
30 changed files with 679 additions and 652 deletions
|
|
@ -1,9 +1,15 @@
|
|||
# pxl8
|
||||
|
||||
### Requirements
|
||||
|
||||
- **Clang 19+** (or GCC 15+) - Required for C23 `#embed` support
|
||||
- **SDL3** - System package or auto-vendored
|
||||
|
||||
### Quick Start
|
||||
|
||||
```bash
|
||||
./pxl8.sh build # Build pxl8 system
|
||||
./pxl8.sh install # Install pxl8 binary to ~/.local/bin
|
||||
./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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue