/learn-opengl

Following the LearnOpenGL.com tutorials for the umpteenth time. Hoping to make it to the end this time

Primary LanguageC

learnopengl tutorial work

It took all day to get this bloody thing to build thanks in part to the bad "guides" on the glfw site.

build

$ git clone https://github.com/techniman/learnopengl
$ cd learnopengl
$ mkdir build && cd build
$ cmake .. && make