]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/README
Moved ../Win32/
[flightgear.git] / Simulator / README
index f60aeeb716592074de2a30cd3370a4748b9af2fd..d91d101375baa3a0f52e69ae5a2c9243fca43046 100644 (file)
@@ -1,58 +1,49 @@
-majordomo writes:
-Subdirectories
-==============
-OpenGL/
--------
-"main()" and OpenGL dependent mouse/keyboard/graphics code.
+Welcome to the Flight Gear project.
 
 
-Aircraft/
----------
-Structure and code to tie together all the pieces of an aircraft such
-as flight model, engine model, panel, controls, etc.
+Starting the executable
+=======================
 
+Unix:    runfg
+Windows: runfg.bat
 
-Controls/
----------
-Provide a standardized interface to all aircraft controls.
+"runfg" is a script which sets the FG_ROOT environment variable, then
+runs the flight gear executable.
 
 
-Flight/
--------
-Strucures and code to implement various flight models.  Provides a 
-standardized interface to all interesting flight model variabls.
+Keyboard controls
+=================
 
+Flying is mainly done via the numeric keypad.  There is some
+unresolved wierdness with the GLUT libraries and keyboard input, so
+for now, the state of the "Num Lock" key is important.
 
-Math/
------
-Contains miscellaneous matrix/vector routines.
+Num Lock Active
+---------------
 
+    Pg Up/Pg Dn             Throttle
+    Left Arrow/Right Arrow  Aileron
+    Up Arrow/Down Arrow     Elevator
+    Ins/Del                 Rudder
+    "5"                     Center aileron/elevator/rudder
+    Home/End                Elevator Trim
 
-Scenery/
---------
-Scenery parsing/generating code.
+Num Lock Inactive
+-----------------
+    Shift + <Numeric Keypad Key>   Change view
 
+    where key is one of:
 
-Sound/
-------
-Sound management code
+    8 = forward
+    7 = left/forward
+    4 = left
+    1 = left/back
+    2 = back
+    3 = right/back
+    6 = right
+    9 = right/forward
 
 
-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
+    
\ No newline at end of file