tether-egui 0.9.2

GUI for building and testing Tether-based applications
# Tether egui UI Builder

A tiny desktop app for remote-controlling [Tether](https://github.com/RandomStudio/tether)-based systems, simulating input, and more (soon). Built using the immediate-mode GUI library, [egui](https://www.egui.rs/).

![GUI screenshot](tether-egui.gif)

## Easy start
Download the latest [release](https://github.com/RandomStudio/tether-egui/releases) for your OS and run it.

## Command-line options
By default, Tether Egui will try to connect to an MQTT broker running at `tcp://localhost:1883`

Launch without Tether (build your UI only) by passing `--tether.disable`

More options: `--help`
## Widgets available
- Floating-point Number (64bit) 
- Whole Number (i64)
- Colour (8-bit for R,G,B,A)
- Boolean / Checkbox (e.g. for state)
- Empty Message (e.g for ping, heartbeat or representing an "event")
- Point2D (e.g. for tracking data)
- Generic Data (Parse string as JSON -> MessagePack)

## TODO/Roadmap
See Issues for suggested new features. And add your own!