I'm gonna show you how to install OpenGL in Visual Studio with C++.
I assume you know your way around the basics of C++, and that you have the C/C++ workload installed in Visual Studio.
*Source Code*
https://github.com/VictorGordan/opengl-tutorials
*Download links*
Visual Studio: https://visualstudio.microsoft.com/downloads
CMake: https://cmake.org/download
GLFW: https://www.glfw.org/download.html
Glad: https://glad.dav1d.de
*Discord Server*
https://discord.gg/NtPwH5BCfb
*Patreon*
https://www.patreon.com/victorgordan
*Timestamps*
0:00 Downloads
0:46 Setting Up VS Project
1:25 Generating GLFW
2:04 Build Solution GLFW
2:38 Importing Libraries
3:28 Configuring VS
4:37 Finishing up & Testing
*References*
https://learnopengl.com
#opengl #opengltutorial #computergraphics #cpp #visualstudio