Template for starting with raylib in VSCode using C++ Setup: Install raylib (MinGW) Clone this template Open main.code-workspace Create your project in /src/ Compile and run with f5 or in the Run and Debug tab Based on this template from GameDev.tv, just added a folder structure