Setting up Glut and OpenGL in Dev‐C++ Flashcards

1
Q

GLUT was originally written by

A

Mark Kilgard

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

GLUT stands for

A

OpenGL Utility Kit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

is a free-software/open-source alternative to OpenGL Utility Kit (GLUT) library

A

FreeGLUT

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

GLUT was originally written by Mark Kilgard to support the sample programs in the second edition of OpenGL which is

A

RedBook

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Original GLUT abandoned on what version

A

OpenGL 3.7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What project should you use in Dev-C

A

Console Application

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

where to add the include and library folders of freeglut

A

Project‐>Options‐>Directories

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

where to add:
‐lopengl32
‐lfreeglut
‐lglu32

A

Linker Section

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Copy ________ to where your project folder resides.

A

freeglut.dll

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what to add in the linker section:

A

‐lopengl32
‐lfreeglut
‐lglu32
‐Wl,‐‐subsystem,windows

How well did you know this?
1
Not at all
2
3
4
5
Perfectly