/LearnOpenGL

Primary LanguageC++MIT LicenseMIT

Learn OpenGL Book

This is my source code generated from following the introductory tutorial to OpenGL found at https://learnopengl.com.

How to build

  1. Clone the repo recursively with git clone --recusive
  2. Create a Build folder inside the cloned directory mkdir build
  3. Inside the build directory, run cmake ..
  4. Compile and run LearnOpenGL