Skip to content

Learn OpenGL project based on guides from site learnopengl.com

License

Notifications You must be signed in to change notification settings

serkosal/learn-opengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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