Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 779 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 779 Bytes

Raylib for VSCode on MacOS M1

This repo allows you to easily setup and run Raylib on MacOS M1 with VSCode.

Prerequisites

Usage

  1. Clone this repo
  2. Open the repo in VSCode
  3. Run the init task by pressing Cmd + Shift + P and typing Tasks: Run Task and selecting init. This will create a build directory and generate the necessary files.
  4. 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