Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

32 lines (20 loc) · 1.04 KB

VS-LearnOpenGL

Code repository of learnopengl, made by Visual Studio 2022. The repository includes all necessary head, source, lib and dll files. All projects have been tested on Windows 10 OS.

If you enjoy the repository, please give my repo a star ⭐ ⬆️.

How to use it

Please download and install Visual Studio Community 2022 first. Clone the repository to your local hard drive, then open opengl.sln. Open solution property page and change "Startup Project" to "Current selection".

Solution property Now, select one of projects and you're able to run it!

Visual Studio

Screenshots

Camera class

Multiple lights

Moldel loading

Geometry shader normals

ssao

pbr

Breakout