Before executing, install following packages:
- for glm: sudo apt-get install libglm-dev
- for stb: git clone https://github.com/nothings/stb.git && cp ./stb/stb_image.h
Then, use this command to run: mkdir build && cd build && cmake .. && make && ./main
- Moving of the main triangle:
a) WSAD - forward, left, back, right
b) R/F - up, down
c) Q/E - turning to the left/right regarding to vertical axle
- ESCAPE - close.