1 comment

[ 7.0 ms ] story [ 15.8 ms ] thread
Hey all. I started experimenting with embedded Rust on ESP recently, with an ESP-backed power monitor as my first project: https://github.com/mempirate/shellyctl

I was quite disappointed by the state of UI libraries in the ecosystem, so I started to build my own. The declaration API is based on the lovely GPUI, and it's fully no_std, no alloc compliant.

Would love to hear feedback.

NOTE: The repo is a work in progress, but the core is there. Don't mind the visible to do's.