Skip to content

alex-stavrin/opengl_renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Renderer

Output

alt text

Compile and run

Linux

  1. cmake -B build
  2. cmake --build build
  3. ./build/opengl_renderer

All in one line cmake -B build && cmake --build build && ./build/opengl_renderer

Windows

cmake -B build; cmake --build build; .\build\Debug\opengl_renderer.exe

About

Implementation of the concepts demonstrated in the LearnOpenGL book.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors