Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 696 Bytes

File metadata and controls

53 lines (36 loc) · 696 Bytes
╔══════════════════════════════╗
║ MY OPENGL LEARNING PROGRESS  ║
╚══════════════════════════════╝
      /\
     /  \
    /____\

About

This repository contains my experiments/progrress while learning OpenGL using C++.


Techs

C++, OpenGL 3.3, GLFW, GLAD, CMake


Build & Run

git clone https://github.com/yourusername/opengl-learning.git
cd opengl-learning
cmake -S . -B build
cmake --build build

Run


./build/app.exe


Learning Resource

This project follows: LearnOpenGL https://learnopengl.com