This project is a fork of the official FTXUI demo repository showcasing FTXUI. I didn’t want to deal with linking and debugging FTXUI from scratch, so I directly used and modified the demo fork.
1224.mp4
Windows
mkdir build
cd build
cmake ..
cmake --build . --config Debug
.\Debug\ftxui-starter.exeMacOs/Linux
mkdir build
cd build
cmake ..
make -j
./ftxui-starterLanding requires putting the aircraft into a stable, low-speed, low-altitude configuration directly over the 2×2 airport zone (marked with pink-Box on the map).
To land successfully, ALL of the following must be true at the moment altitude reaches 0:
You are directly over one of the airport tiles (the 2×2 landing zone at (10,10) → (11,11)).
Speed below 140 kt
Gear DOWN (G)
Pitch greater than -5° (no steep nose-down impact)
Roll less than 10° (nearly wings-level)
Flaps ON (recommended but optional)
