The runtime comes from copper-rs, an open-source robotics runtime written in Rust for deterministic workloads. While robotics stacks are often tightly coupled to specific OS distributions and environments, here, the same code runs on microcontrollers (for example this flight controller also compiles for STM32H7 and flies real drones) as well as on desktop OS targets like Linux, macOS, and Windows.
The simulator is built with Bevy.
The monitoring interface is built with ratatui, mapped to a Bevy surface in the browser (normally it runs in a real terminal).
gbin•2h ago