]> git.mxchange.org Git - flightgear.git/blob - docs-mini/README.src
Merge branch 'next' of D:\Git_New\flightgear into next
[flightgear.git] / docs-mini / README.src
1 majordomo writes:
2 Subdirectories
3 ==============
4 Main/
5 -------
6 "main()" and GLUT dependent mouse/keyboard/graphics code.
7
8
9 Aircraft/
10 ---------
11 Structure and code to tie together all the pieces of an aircraft such
12 as flight model, engine model, panel, controls, etc.
13
14
15 Controls/
16 ---------
17 Provide a standardized interface to all aircraft controls.
18
19
20 FDM/
21 -------
22 Strucures and code to implement various flight models.  Provides a 
23 standardized interface to all interesting flight model variabls.
24
25
26 Math/
27 -----
28 Contains miscellaneous matrix/vector routines.
29
30
31 Scenery/
32 --------
33 Scenery parsing/generating code.
34
35
36 Sound/
37 ------
38 Sound management code
39
40
41 Timer/
42 ------
43 Code to handle time and timing of events.
44
45
46 Utils/
47 ------
48 Miscellaneous utility routines such as a general random number generator
49
50
51 Weather/
52 --------
53 Weather management and modeling code.
54
55
56 Win32/
57 ------
58 Win32 support stuff