peteyycz / learning-opengl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documenting my OpenGL learning journey

Prerequisites

  • gcc
  • cmake
  • glfw3

Installation

  • cmake .
  • make

After those two commands there should be a binary named my_app in the ./bin/ folder

About


Languages

Language:C++ 94.5%Language:CMake 5.5%