Minimum working example of Clay with the raylib renderer.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2024-12-25 16:13:21 -08:00
parent 86a9d305a6
commit 9c40af02c0
4 changed files with 60 additions and 0 deletions

9
build-raylib.sh Executable file
View file

@ -0,0 +1,9 @@
#!/usr/bin/bash
set -ex
pushd "raylib-5.5/src"
make clean
make
popd