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
- Host: GitHub
- URL: https://github.com/frontear/learnopengl
- Owner: Frontear
- Created: 2023-02-17T13:28:49.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-15T22:01:14.000Z (almost 3 years ago)
- Last Synced: 2025-01-26T11:27:42.526Z (about 1 year ago)
- Language: C++
- Size: 152 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`