Do not follow this link

~kmdodrill/raylib-template

a template for raylib that uses a Makefile and setup shell script
Add static distribution files
Add support for m1 macs

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~kmdodrill/raylib-template
read/write
git@git.sr.ht:~kmdodrill/raylib-template

You can also use your local clone with git send-email.

#raylib template

This is my personal raylib template that uses a Makefile. It includes support for emscripten and osxcross, though these must be installed separately somewhere on your system. Currently it supports web, linux, win32, and macos (intel 64bit and arm64/m1) builds.

The setup.sh script will install raylib 5.0 (for the supported systems) into the lib folder. You can delete this file afterwards along with anything else you don't want. You will also be asked if you would like to install a license into your project.

Do not follow this link