Initial raylib + toy example is working

This commit is contained in:
2026-04-27 14:23:42 +10:00
parent 6ba9adff2f
commit 51932bb671
5 changed files with 202 additions and 12 deletions
+9
View File
@@ -1,3 +1,12 @@
# Pactoy
A test game for The Toy Programming Langauge.
## Raylib for RPi
```bash
#why does raylib fall back to SDL?
cmake -B build -DPLATFORM=SDL -DOPENGL_VERSION=Software
cmake --build build
cd build && sudo make install
```