Skip to content

pezy/opengl-redbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The OpenGL® Programming Guide 8th Edition

Examples of opengl-redbook building in Visual Studio Community 2013.

Install glew and freeglut, you can compile them by yourself, or just use my compiled version.

  • Copy header to include/GL.
  • Copy lib to lib

Note

  1. use glewExperimental = GL_TRUE; before glewInit().1

  2. when build release version by static library, maybe use /NODEFAULTLIB:"libcmt.lib" to avoid compile error.

About

Example of opengl-redbook

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages