Shylexx / LearnOpenGL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:C++ 95.0%Language:CMake 3.1%Language:GLSL 1.9%