40 likes | 189 Views
How to build OpenGL projects. http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm. Three Libraries. OpenGL ( gl-, glu- ) GLUT or freeglut (The OpenGL Utility Toolkit, glut- ) GLEW ( The OpenGL Extension Wrangler Library ).
E N D
How to build OpenGL projects http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm
Three Libraries • OpenGL (gl-, glu-) • GLUT or freeglut (The OpenGL Utility Toolkit, glut-) • GLEW (The OpenGL Extension Wrangler Library)
How to build an OpenGL project with Visual Studio 2012 on Windows 7? • D:\CS435\code • Initshader.cpp • include • Angel.h, CheckError.h, math.h, vecc.h • GL • freeglut.h, freeglut_ext.h, freeglut_std.h, glut.h • glew.h • lib • windows • freeglut.lib • glew32.lib • bin • freeglut.dll • glew32.dll • Test
Assignment (no credit) • Use Microsoft Visual Studio 2010/2012 to build your first OpenGL project • http://cs435.cs.ua.edu/S2014/Howto/HowToBuild2012.htm