Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.05 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.05 KB

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