CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1
OPENGL
Lecture Outlines : Required software : Microsoft Visual studio Express 2012 Required Library : Opengl (glut) Download from here : bin__1_.html
How to install Opengl (glut) in visual 2012 ?
glut bin First Copy the glut.h to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\GL Next copy the glut32.lib to : C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\lib
Last step copy glut32.dll to following folder depending on 32-bit operating system or 64-bit operating system: a) For 32-Bit operating system copy glut32.dll to 'C:\Windows\System32\ b) For 64-Bit operating system copy glut32.dll to 'C:\Windows\SysWOW64\