VirtualThrottle

可定制的虚拟飞行油门/控制器;VFTVFT Flight Throttle (虚拟飞行油门)。

❤️ 使用 Flutter (移动应用) 和 Python (设备服务器) 构建。

VirtualThrottle

主要功能

安装 VFT

目前,该项目仅支持 Android 和 Windows。请从发布页面Google Play下载移动应用,并下载并执行设备服务器。完整的安装课程教程已提供。

使用 Flutter 构建和运行

为您的设备构建应用

# 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

为 Windows 构建设备服务器

# 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

GitHub

https://github.com/junghyun397/VirtualController