In this tutorial we will be creating OpenGL window using GLFW, GLAD and C++.
We will install all the libraries and include them in project!
Thanks for watching!
G++:
1. sudo apt install build-essential
2. sudo apt install g++-12
Makefile:
1. sudo apt install make
GLFW:
1. sudo apt install libglfw3-dev
Unzip:
1. sudo apt install unzip
Glad:
1. https://glad.dav1d.de/ (Select version, core profile, click generate and download glad.zip)