/learn-opengl

Learn OpenGL project based on guides from site learnopengl.com

Primary LanguageC++MIT LicenseMIT

Learn openGL

The openGL project based on tutorials from https://learnopengl.com/

Now this repository is deprecated check out new one https://github.com/serkosal/skgl/

How to build

go to the directory src/ and run the following command:

g++ main.cpp third_party/glad/glad.c -lglfw -lGL -L.-lassimp -o main.out

Animation

Animation