╔══════════════════════════════╗
║ MY OPENGL LEARNING PROGRESS ║
╚══════════════════════════════╝
/\
/ \
/____\
This repository contains my experiments/progrress while learning OpenGL using C++.
C++, OpenGL 3.3, GLFW, GLAD, CMake
git clone https://github.com/yourusername/opengl-learning.git
cd opengl-learning
cmake -S . -B build
cmake --build build
./build/app.exe
This project follows: LearnOpenGL https://learnopengl.com