/raylib-VSCode-template

Template for starting with raylib in VSCode using C++

Primary LanguageMakefile

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