]> git.mxchange.org Git - flightgear.git/blob - Simulator/README
Working on scenery transformations to enable us to fly fluidly over the
[flightgear.git] / Simulator / README
1 Subdirectories
2 ==============
3 OpenGL/
4 -------
5 "main" and OpenGL dependent mouse/keyboard/graphics code.
6
7
8 Aircraft/
9 ---------
10 Structure and code to tie together all the pieces of an aircraft such
11 as flight model, engine model, panel, controls, etc.
12
13
14 Controls/
15 ---------
16 Provide a standardized interface to all aircraft controls.
17
18
19 Flight/
20 -------
21 Strucures and code to implement various flight models.  Provides a 
22 standardized interface to all interesting flight model variabls.
23
24
25 Math/
26 -----
27 Contains miscellaneous matrix/vector routines.
28
29
30 Scenery/
31 --------
32 Scenery parsing/generating code.
33
34
35 Sound/
36 ------
37 Sound management code
38
39
40 Timer/
41 ------
42 Code to handle time and timing of events.
43
44
45 Weather/
46 --------
47 Weather management and modeling code.