codingabc / sb5code

opengl super bible 5th souce code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sb5code

opengl super bible 5th souce code

compile

  1. compile freeglut
  2. compile gltools

compile freeglut

  1. download cmake
  2. run cmake-gui.exe and open CMakeLists.txt
  3. click "Configure" and select VS version of Installed in your OS
  4. click "Generate" to generate VS solution files
  5. open "freeglut.sln" file with VS
  6. only build freeglut_static

compile GLTools

  1. enter "GLTools" directory
  2. run "nmake"

About

opengl super bible 5th souce code


Languages

Language:C 82.4%Language:C++ 13.1%Language:HTML 3.2%Language:CMake 0.8%Language:Makefile 0.3%Language:GLSL 0.2%