From dca7843771e3fead40ea8815cffb7145898e0210 Mon Sep 17 00:00:00 2001 From: Youwen Wu <38934577+couscousdude@users.noreply.github.com> Date: Thu, 22 Feb 2024 01:00:32 -0800 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index a4ba412..d6cd532 100644 --- a/README.md +++ b/README.md @@ -3,3 +3,20 @@ A remastered version of the original Jankboard, with a focus on minimizing the Jank portion. The frontend is powered by Svelte 4 (unfortunately, we had to drop support for the bleeding edge Svelte 5 due to lack of Vite support). This project is closed source (for now) and licensed under a modified BSD 3.0 license. + +## Current progress + +- Basic UI layout 80% done +- Media player working with janky bugs +- App system working +- Camera feed probably working +- Socket IO probably working, but no code set up yet + +## TODO + +- Camera cutout overlay +- Toasts +- Audio prompts +- Overhaul audio system +- Robot visualization +- Integrate telemetry \ No newline at end of file