🕹 Customizable Virtual Flight-Throttle/Controller; VFT: VFT Flight Throttle.
❤️ Built with Flutter(Moblie App) and Python(Device Server).
- Supports all games that support joystick input
- Support WIFI, USB Serial(WIP), Bluetooth(WIP) for connecting Mobile App with Device Server
- Places and customize components to configure panel
- Provides 5 components
- Simple usage and manuals
Currently, this project only support Android and Windows. Please download the Mobile App from the release page or Google Play and download and execution Device Server. A complete installation course tutorial is available.
# 1. get pub package dependencies
flutter pub get
# 2. generate l10n support Strings
flutter pub global run intl_utils:generate
# 3. run app in your device with flutter!
flutter run
# 1. install requirement pip packages
pip install -r requirements.txt
# 2. build stand-alone deice server with cx-freeze
python windows_freeze_setup.py build
# 2.1. or build mono msi file.
python windows_freeze_setup.py bdist_msi