]> git.mxchange.org Git - flightgear.git/blob - Simulator/README
Initial revision.
[flightgear.git] / Simulator / README
1 Subdirectories
2 ==============
3
4
5 aircraft
6 --------
7 Structure and code to tie together all the pieces of an aircraft such
8 as flight model, engine model, panel, controls, etc.
9
10
11 controls
12 --------
13 Provide a standardized interface to all aircraft controls.
14
15
16 flight
17 ------
18 Strucures and code to implement various flight models.  Provides a 
19 standardized interface to all interesting flight model variabls.
20
21
22 gltk
23 ----
24 "main" and platform dependent mouse/keyboard/graphics code.