This repository is a collection of OpenGL projects designed to demonstrate various graphics programming concepts, ranging from foundational 2D primitives to complex 3D transformations, lighting, ...
library/vcl/ - It contains the 3D graphics library. src/main.cpp - The one C++ file containing our source code, which will be deployed afterwards into an standalone executable. For this short tutorial ...