In this tutorial I'll show you how to create a colorful window using OpenGL and C++ in Visual Studio.
*Source Code and Exercises*
https://github.com/VictorGordan/opengl-tutorials
*OpenGL Documentation*
https://www.khronos.org/registry/OpenGL-Refpages/gl4/
*Colors*
Normalized RBG Colors: https://doc.instantreality.org/tools/color_calculator/
Nice Colors: http://colormind.io/
*Discord Server*
https://discord.gg/NtPwH5BCfb
*Patreon*
https://www.patreon.com/victorgordan
*Timestamps*
0:00 Initializing GLFW
0:27 Configuring GLFW
1:50 Creating Window
3:17 While Loop
4:25 OpenGL Viewport
5:00 Buffer Explanation
6:19 Adding Color
7:27 Adding Comments
*References*
https://www.learnopengl.com
https://www.glfw.org/docs/3.3/window_guide.html
#opengl #opengltutorial #computergraphics #cpp #visualstudio