Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 406 Bytes

File metadata and controls

11 lines (8 loc) · 406 Bytes

Template for starting with raylib in VSCode using C++

Setup:

  1. Install raylib (MinGW)
  2. Clone this template
  3. Open main.code-workspace
  4. Create your project in /src/
  5. Compile and run with f5 or in the Run and Debug tab

Based on this template from GameDev.tv, just added a folder structure