Skip to content

AmilaCG/Learn-OpenGL

Repository files navigation

Learn-OpenGL

My journey on https://learnopengl.com/

End of the Lighting chapter

Lighting demo

End of the Model Loading chapter

Model loading demo

Prerequisites on Windows

  1. Git
  2. OpenGL 3.3 or above supported graphics hardware
  3. 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

How to set up

  • Clone the repository
    git clone [email protected]:AmilaCG/Learn-OpenGL.git
    
  • Open Learn-OpenGL/Learn Opengl.sln using Visual Studio

Releases

No releases published

Packages

No packages published