This repository contains some example code for using OpenGL in a C++ environment using a CMake build system. This code is heavily based on the tutorials provided at learnopengl.com.
The app creates a window using the GLFW library, loads OpenGL function pointers using the GLAD library, and renders a triangle using a simple GLSL shader and shader class.