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.
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.