| Crates.io | envsensor-demo |
| lib.rs | envsensor-demo |
| version | 0.2.0 |
| created_at | 2025-10-15 04:47:40.725415+00 |
| updated_at | 2025-10-16 03:00:28.190811+00 |
| description | An application for fetching and visualizing data from environment sensors. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1883757 |
| size | 706,128 |
A cross-platform environment sensor demo application built with Rust and egui.
It demonstrates real-time serial communication, data visualization, and basic UI layout using the egui framework.
egui# Clone the repository
git clone https://github.com/ChenhuiZhang/envsensor-demo.git
cd envsensor-demo
# Build and run
cargo run --release --bin egui_demo
## 🧭 TODO
- [ ] Implement real-time chart updates
- [ ] Package builds for Windows & Linux
- [ ] Add unit tests for data parsing
- [ ] Implement slim UI
---
## 📄 License
This project is licensed under the [MIT License](LICENSE).