This repo allows you to easily setup and run Raylib on MacOS M1 with VSCode.
- Clone this repo
- Open the repo in VSCode
- Run the
init
task by pressingCmd + Shift + P
and typingTasks: Run Task
and selectinginit
. This will create abuild
directory and generate the necessary files. - Just hit
F5
to run the project. You can add breakpoints and debug as you would normally.
Checkout the HOW TO video for an example of how to use it: HOW TO