Setting up Glut and OpenGL in Dev‐C++ Flashcards
GLUT was originally written by
Mark Kilgard
GLUT stands for
OpenGL Utility Kit
is a free-software/open-source alternative to OpenGL Utility Kit (GLUT) library
FreeGLUT
GLUT was originally written by Mark Kilgard to support the sample programs in the second edition of OpenGL which is
RedBook
Original GLUT abandoned on what version
OpenGL 3.7
What project should you use in Dev-C
Console Application
where to add the include and library folders of freeglut
Project‐>Options‐>Directories
where to add:
‐lopengl32
‐lfreeglut
‐lglu32
Linker Section
Copy ________ to where your project folder resides.
freeglut.dll
what to add in the linker section:
‐lopengl32
‐lfreeglut
‐lglu32
‐Wl,‐‐subsystem,windows