/Learn_OpenGL

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

LearnOpenGL

Cmake Build Cmake Build Cmake Build

Get Started with OpenGL

This is a practice repo for mastering Modern OpenGL and learn how to startup a graphics project orgnized by Cmake from scratch.

Build Instruction

Clion is the mostly recommended IDE to build and develop a this repo.

I. clone the repo and dependencies repo

git clone --recursive https://github.com/BFU-Graphics/LearnOpenGL.git

II. build LearnOpenGL

  1. Open Project in Clion
  2. Set Build Type to Release
  3. Build -> Build Project