/LearnOpenGL

Learn OpenGL from scratch

Primary LanguageC++Mozilla Public License 2.0MPL-2.0

LearnOpenGL

Cmake Build Cmake Build Cmake Build

https://bronzed-lillipilli-ce9.notion.site/LearnOpenGL-e3f14b48e56143d185795ce62ebc1dac

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