CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

6
CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1

Transcript of CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

Page 1: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

Computer Science Department

CS 490 GRAPHICS COMPUTER

Lecture 1: Introduction

1

Page 2: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

OPENGL

Page 3: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

Lecture Outlines :

Required software : Microsoft Visual studio Express 2012

Required Library : Opengl (glut) Download from here : http://www.4shared.com/zip/D_0q-bHDba/glut-376-bin__1_.html

Page 4: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

How to install Opengl (glut) in visual 2012 ?

Page 5: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

glut-3.7.6-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

Page 6: CS 490 GRAPHICS COMPUTER Lecture 1: Introduction Computer Science Department 1.

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\