1
0
Fork 0
flightgear/Simulator/README

59 lines
894 B
Text
Raw Normal View History

1997-07-19 22:41:34 +00:00
majordomo writes:
1997-05-16 15:51:13 +00:00
Subdirectories
==============
1997-05-27 17:48:27 +00:00
OpenGL/
-------
1997-07-19 22:41:34 +00:00
"main()" and OpenGL dependent mouse/keyboard/graphics code.
1997-05-16 15:51:13 +00:00
Aircraft/
1997-05-27 17:48:27 +00:00
---------
1997-05-16 15:51:13 +00:00
Structure and code to tie together all the pieces of an aircraft such
as flight model, engine model, panel, controls, etc.
Controls/
1997-05-27 17:48:27 +00:00
---------
1997-05-16 15:51:13 +00:00
Provide a standardized interface to all aircraft controls.
Flight/
1997-05-27 17:48:27 +00:00
-------
1997-05-16 15:51:13 +00:00
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/
1997-05-27 17:48:27 +00:00
--------
Scenery parsing/generating code.
1997-06-16 19:32:50 +00:00
Sound/
------
Sound management code
Timer/
1997-06-16 19:32:50 +00:00
------
Code to handle time and timing of events.
1997-07-19 22:41:34 +00:00
Utils/
------
Miscellaneous utility routines such as a general random number generator
Weather/
--------
Weather management and modeling code.
1997-07-19 22:41:34 +00:00
Win32/
------
Win32 support stuff