]> git.mxchange.org Git - flightgear.git/blob - README.Unix
...
[flightgear.git] / README.Unix
1 *** not much here yet ***
2
3 If you are reading this in hopes that you will find the answer to a
4 specific question, please send the question to curt@me.umn.edu and
5 suggest that I include the answer here.
6
7
8 GLUT
9 ====
10
11 Flight Gear requires GLUT version 3.7 or later (aka GameGLUT._ GLUT
12 needs to be installed on your system before you can build Flight Gear.
13 GLUT can be found at:
14
15     http://reality.sgi.com/opengl/glut3/glut3.html
16
17 GLUT (pronounced like the glut in gluttony) is the OpenGL Utility
18 Toolkit, a window system independent toolkit for writing OpenGL
19 programs. It implements a simple windowing application programming
20 interface (API) for OpenGL. GLUT makes it considerably easier to learn
21 about and explore OpenGL programming.  GLUT provides a portable API so
22 you can write a single OpenGL program that works on both Win32 PCs and
23 X11 workstations.