Back to Browse

OpenGL Tutorial 1 - Window

170.3K views
Nov 27, 2020
7:50

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

Download

1 formats

Video Formats

360pmp49.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

OpenGL Tutorial 1 - Window | NatokHD