This repository can be used as a starter template for learnopengl.com.
- GLFW dependencies
- CMake (preferably latest version)
- clangd editor plugin (optional)
- clang or gcc
- Initialize cmake.
$ cmake -S . -B build
- Build target, for example
hellowindow
.
$ cmake --build build --target hello_window