My journey on https://learnopengl.com/
- Git
- OpenGL 3.3 or above supported graphics hardware
- Visual Studio 2022 Version 17.6 or above
- Newer VS versions (17.6 and above) support vcpkg manifests where all the required dependencies will be auto-downloaded and linked when building
- Alternatively, you can use CMake to utilize the vcpkg.json included in this project
- If you are using an older VS version and not using the
vcpkg.json, make sure to install vcpkg manually and install following packages:glfw3,glad,glm,stb,assimp
- Clone the repository
git clone git@github.com:AmilaCG/Learn-OpenGL.git - Open
Learn-OpenGL/Learn Opengl.slnusing Visual Studio

