Welcome to GLITCH's OpenGL repository!
Here you'll find tutorials and codes for mastering your graphics programming skills in opengl!
Happy Learning :)
Follow the below steps to make your windows machine ready for openGL programming:
- Update your display and graphics drivers.
- Install Visual Studio 2019 Community.
- In VS2019, install "Desktop Development with C++" workload.
- Download and extract this zip file in
C:\
. Your directory should look like this:C:\Src\
. - Now copy the 3 files present in
C:\Src\GLEW\bin\Release\x64
and navigate toC:\Windows\System32\
and paste. - You're good to go! Clone this repository to follow along.
- This tutorial is divided into multiple sections which we call projects (because this whole repository is a Visual Studio solution and each secion is a Visual Studio Project in the solution).
- After setting up your PC, navigate through each project folder in this repository.
- Each project has a README.md file which contains all the information about that particular project.
- The sections are made in such a way that every section is dependent on the previous sections. So it's better to go follow the projects serially.