Skip to content

A basic starter-template for OpenGL projects with GLEW, GLFW and GLM

Notifications You must be signed in to change notification settings

vinayakvivek/OpenGL-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL template

Compiling

	mkdir build
	cd build
	cmake ..
	make
  • if build succeeds, an executable opengl_template will be created in build/

About

A basic starter-template for OpenGL projects with GLEW, GLFW and GLM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages