1
0
Fork 0
flightgear/Simulator
1997-08-13 20:22:55 +00:00
..
constants.h Working on redoing internal coordinate systems & scenery transformations. 1997-07-31 22:52:21 +00:00
limits.h Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +00:00
make.inc tweaks 1997-07-19 22:41:34 +00:00
Makefile Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
mkmfos2.pl Initial revision. 1997-07-20 02:18:32 +00:00
README Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
README.Win32 Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
types.h Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +00:00

majordomo writes:
Subdirectories
==============
GLUT/
-------
"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.


Flight/
-------
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