You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Opengl Project on C++ using opengl library
To run program run this command in src folder
---> g++ -g --std=c++17 -I../include -L../lib ../src/*.cpp ../src/glad.c -lglfw3dll -o main; ./main.exe;
Use key w,a,s,d , o,l to navigate in the application.