Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 631 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 631 Bytes

opengl-starter

This repository can be used as a starter template for learnopengl.com.

Requirements

How to build

  1. Initialize cmake.
$ cmake -S . -B build
  1. Build target, for example hellowindow.
$ cmake --build build --target hello_window

License

MIT