# 1. Compile [From a directory which has 'src' directory as it direct child]
g++ src/*.cpp glad/glad.c -o prog -I./glad/ -lGL -lglfw -ldl
# 2. Run
./prog"W, A, S, D" - Move in XZ axis
Up / Down Arrows - Move in Y axis
Mouse - Look around (Camera)
C - Toggle between Phong and Gouraud shading
TO UNDERSTAND THE CODE: Start from main function [at very bottom] in src/main.cpp file
Tested on ubuntu 23
For any query drop an email at: [email protected]