this is simple vscode template you just code in and do run task build
- w64devkit
- raylib (include, lib)
- download w64devkit from their official repo here
- download latest version of the w64devkit-x64-x.x.x.exe
- run the downloaded file and choose c:\ then [extract]
- goto raylib and download the raylib-5.0_win64_mingw-w64.zip
- extract raylib zip file we download and extract it will find folder named raylib-5.0.... inside it there is include and lib copy these files into C:\w64devkit\x86_64-w64-mingw32
- DONE
clone this repo
and vscode it
to run the code simply build run task or [ctrl]+[shift]+[B]
have fun.