Skip to content

Romyadhy/LearnOpenGL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

╔══════════════════════════════╗
║ 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


About

Learning OpenGL for game dev things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors