An open API service indexing awesome lists of open source software.

https://github.com/frontear/learnopengl

Following the tutorials found at https://learnopengl.com/ to learn modern OpenGL
https://github.com/frontear/learnopengl

Last synced: 11 months ago
JSON representation

Following the tutorials found at https://learnopengl.com/ to learn modern OpenGL

Awesome Lists containing this project

README

          

# LearnOpenGL

# Setup
- Clone this repository via `git clone https://github.com/Frontear/LearnOpenGL.git LearnOpenGL`
- Execute and build the program via the VSCode runner option, or first setup the environment via `cmake -B build`, then `cmake --build build --target LearnOpenGL`. Finally, `cd build && ./LearnOpenGL`