serkosal / learn-opengl

Learn OpenGL project based on guides from site learnopengl.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learn OpenGL project based on guides from site learnopengl.com

License:MIT License


Languages

Language:C++ 96.7%Language:GLSL 3.3%