Skip to content

setepenre/learnopengl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

learnopengl

Repo following along https://learnopengl.com OpenGL tutorial

prerequisites

  • OpenGL 4.6.0
  • GLFW 3.3
  • glm 0.9.9.8

build

$ make

run

$ ./main
$ ./main 1920 1080

main takes 2 command line argument: window starting width and height ; default to 1280x720 if invalid values provided.

About

following along https://learnopengl.com OpenGL tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages