Here are some OpenGL projects I've worked on in my own time!
The two primary projects shown here exist in OpenGL-Basics (Which was my deep dive into many different grpahics programming concepts), and a directory for the game Breakout (CURRENTLY IN PRODUCTION!!)
Within this directory exists two primary files:
main.cpp
advancedGL.cpp
'main.cpp' exists primarily as a means of showing many basic ideas that contribute to general OpenGL graphics programming (lighting/model loading) 'advancedGL.cpp' is a file I used to learn more about more advanced OpenGL techniques (Depth/Stencil testing, face culling, framebuffers, cubemaps, etc.)
Breakout is a game developed in the 'learnopengl.com' website. In an attempt to take my understanding of OpenGL further, I wanted to build this with the direction of this resource. Most of the code written in this directory will have been written by me!