Small gui accessible in flight that contains basic aircraft info for the currently flying aircraft.
- Service Ceiling
- Top Speed
- Stall Speed
- What T and Y do (if applicable)
-- Extras (These should be calculated deterministically by the relevant gui elements because the flight model is "simple" so I think they should be relatively easy to calculate procedurally).
- Landing Speed (The speed when the indicator turns yellow, assume sea-level).
- Range at cruise ( Range assuming 100% fuel at 5% below service ceiling and full throttle. Litearlly just the size of the circle on the map).
- Overspeed (I think there is slight variation based on altitude but the average or lowest value is fine).
-- Streeeeeetch
- Glide Ratio ( Distance Travelled / Altitude Lost )
- Climb/Takeoff Angle (Angle Which the Aircraft will Climb and Not Lose Velocity at Full Throttle)
- Minimum Runway Length (Assuming Brake deceleration is constant this is a simple kinematic problem, ignore reverse thrust to be conservative).
