OpenGL Setup for VsCode
To setup OpenGL in your device
download mingw from https://github.com/niXman/mingw-builds-binaries/releases/download/15.1.0-rt_v12-rev0/x86_64-15.1.0-release-mcf-seh-ucrt-rt_v12-rev0.7z
extract it onto your C directory
Then go into mingw64\bin and rename mingw32-make.exe to make.exe
Clone into the repo and write program in the src\main.cpp
to run your program, ensure that you have make installed if not installed it from msys2 using command pacman -S make
to run, type make in your terminal
refer to this youtube view for help: https://www.youtube.com/watch?v=F6DLmr3z_ig&list=WL&index=30&t=1s&ab_channel=Aus.