From e00df225889606e8aad4c10a49960a5b1b5125d3 Mon Sep 17 00:00:00 2001 From: wcampbell Date: Thu, 11 Nov 2021 10:13:42 -0500 Subject: [PATCH] chore: add `adsb_deku/radar` to apps using `tui` (#555) My `adsb_deku/radar` application uses tui, using the Table and Canvas to show information and plot airplanes on a latitude/longitude coordinates map. Signed-off-by: wcampbell --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b45d230..519f0c2 100644 --- a/README.md +++ b/README.md @@ -117,6 +117,7 @@ You can run all examples by running `make run-examples`. * [Battleship.rs](https://github.com/deepu105/battleship-rs) * [termscp](https://github.com/veeso/termscp) * [joshuto](https://github.com/kamiyaa/joshuto) +* [adsb_deku/radar](https://github.com/wcampbell0x2a/adsb_deku#radar-tui) ### Alternatives