File: README.src

package info (click to toggle)
flightgear 0.7.9-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 6,352 kB
  • ctags: 11,046
  • sloc: cpp: 56,617; ansic: 4,298; sh: 2,717; makefile: 730; perl: 36
file content (58 lines) | stat: -rw-r--r-- 887 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
majordomo writes:
Subdirectories
==============
Main/
-------
"main()" and GLUT dependent mouse/keyboard/graphics code.


Aircraft/
---------
Structure and code to tie together all the pieces of an aircraft such
as flight model, engine model, panel, controls, etc.


Controls/
---------
Provide a standardized interface to all aircraft controls.


FDM/
-------
Strucures and code to implement various flight models.  Provides a 
standardized interface to all interesting flight model variabls.


Math/
-----
Contains miscellaneous matrix/vector routines.


Scenery/
--------
Scenery parsing/generating code.


Sound/
------
Sound management code


Timer/
------
Code to handle time and timing of events.


Utils/
------
Miscellaneous utility routines such as a general random number generator


Weather/
--------
Weather management and modeling code.


Win32/
------
Win32 support stuff