rc-visualiser

Display a visual representation of the sticks of an RC transmitter on your screen.

APACHE-2.0 License

Stars
0

RC Visualiser

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.

Features

  • Display the state of two gimabls
  • Cross-platform (*nix, macOS, Windows)

Building

Dependencies:

  • Rust compiler
  • sdl2 development library (sdl2 package on Arch Linux)
  • cairo development library (cairo package on Arch Linux)
cargo build --release --locked

Running

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.

Licence

This project is dual licenced under either of:

at your option.