All Projects → junghyun397 → VirtualController

junghyun397 / VirtualController

Licence: 0BSD license
Customizable Virtual Joystick-Controller

Programming Languages

dart
5743 projects
HTML
75241 projects

Projects that are alternatives of or similar to VirtualController

LaunchPadFlightController
TM4C123G based Flight Controller
Stars: ✭ 62 (+376.92%)
Mutual labels:  flight-controller
stick
Platform-agnostic asynchronous gamepad, joystick and flightstick library for the Rust Programming Language
Stars: ✭ 41 (+215.38%)
Mutual labels:  flight-controller
Cleanflight
Clean-code version of the baseflight flight controller firmware
Stars: ✭ 2,362 (+18069.23%)
Mutual labels:  flight-controller
Betaflight
Open Source Flight Controller Firmware
Stars: ✭ 4,986 (+38253.85%)
Mutual labels:  flight-controller
CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (+423.08%)
Mutual labels:  flight-controller
PocketPilot
Smaller PocketBeagle version of the BBBmini flight controller.
Stars: ✭ 61 (+369.23%)
Mutual labels:  flight-controller
firmware
Firmware for the ROSflight autopilot
Stars: ✭ 115 (+784.62%)
Mutual labels:  flight-controller
EmuConfigurator
Emuflight Configurator is a cross-platform configuration tool for the Emuflight flight control system
Stars: ✭ 115 (+784.62%)
Mutual labels:  flight-controller

VirtualController

🕹 Customizable Virtual Flight-Throttle/Controller; VFT: VFT Flight Throttle.

❤️ Built with Flutter(Moblie App) and Python(Device Server).

all_in_one

Main Features

Getting started

Install VFT

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.

Build and Run with flutter

Build App for your device

# 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

Build Device Server for 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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].