Display a visual representation of the sticks of an RC transmitter on your screen. Intended for demonstrating things with transmitter connected via USB or receiver.
- Display the state of two gimabls
- Cross-platform (*nix, macOS, Windows)
Dependencies:
- Rust compiler
- sdl2 development library (
sdl2
package on Arch Linux) - cairo development library (
cairo
package on Arch Linux)
cargo build --release --locked
After building the binary will be at target/release/rc-visualiser
.
When run it will look for a config.toml
file in the current directory. There
is a sample included in this repo, adjust to your liking.
This project is dual licenced under either of:
- Apache License, Version 2.0 (LICENSE-APACHE)
- MIT license (LICENSE-MIT)
at your option.