Skip to content

stevenferrer/opengl-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca32abe · Oct 27, 2024

History

9 Commits
Oct 27, 2024
Apr 30, 2024
Apr 30, 2024
Apr 30, 2024
Oct 27, 2024
May 21, 2024
Oct 27, 2024

Repository files navigation

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

About

OpenGL starter template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published