hackflight 0.1.1

Simple flight-control software for makers in Rust
1
2
3
4
5
6
7
8
9
<img src="logo.png" height=150 align="left">

## Rust flight controller for MultiSim

This folder contains an example program showing how to write a flight
controller for MultiSim using Rust.  The flight-control algorithm is an
experimental version of the core algorithm in
[Hackflight](https://github.com/simondlevy/Hackflight).  To run the program,
type <b>cargo run</b>, then hit the Play button in the UE5 editor.