C++ & OpenGL for Older learners like me I'm 68 and retired, Helps keep your mind active.
Creating a basic window with GLFW and clearing the screen with OpenGL
Loading Textures with OpenGL, Refactoring in C++
and Glad Initialize, With our first shaders, coloured Triangle & a bit about arrays
by the end of this video you'll have Basic switch case, while, do & for loops.
if else, class and struct working and our own colour logging helper.
the program now lets you get user input and print it to the consul
using strings.
C++ for Beginners GitHub: https://github.com/Spidex3d/MyPrograming
Websites I used as reference which got me started with C++:
w3schools; https://www.w3schools.com/cpp/
The Chrono; https://www.youtube.com/@TheCherno
GLFW; https://www.glfw.org/
glad; https://glad.dav1d.de/
stb; image https://github.com/nothings/stb/blob/master/stb_image.h
Learn; OpenGl https://learnopengl.com
docs.GL; https://docs.gl/