Minimum working example of Clay with the raylib renderer.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
parent
86a9d305a6
commit
9c40af02c0
4 changed files with 60 additions and 0 deletions
9
build-raylib.sh
Executable file
9
build-raylib.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
pushd "raylib-5.5/src"
|
||||
make clean
|
||||
make
|
||||
popd
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue