mirror of
https://github.com/gmh5225/awesome-game-security
synced 2026-06-21 13:56:22 +00:00
2 lines
475 B
Plaintext
2 lines
475 B
Plaintext
This project is the companion source code for the LearnOpenGL tutorial series, providing progressive C++ examples covering OpenGL fundamentals through advanced rendering techniques. It includes sample code for lighting, model loading with Assimp, shadow mapping, deferred shading, PBR, and post-processing, along with GLFW, GLEW, and GLM dependencies. It is mainly useful for graphics programmers and game developers learning modern OpenGL rendering techniques from scratch.
|