What popular crates are available to build GUIs with widgets WITHOUT GPU?
What popular crates are available to build GUIs with widgets WITHOUT GPU?
For some reason, it seems popular for GUI crates to use the GPU. I just want to make simple widgets, for like a calculator.
No fancy graphics. I want it quite lightweight.
For some reason, popular GUI crates love to do everything through a GPU, which bumps up the memory / cpu use significantly.
You're viewing a single thread.
All Comments
10 comments
Tobias Hunger @programming.dev
Slint fits the bill: We have a demo running on a line-buffer in a microcontroller with <300KiB of RAM. Framebuffers are of course supported as well, as is GPU-accelerated rendering.
11 1 ReplyBB_C @lemm.ee Did you tick "Bot Account" by accident?
5 0 ReplyTobias Hunger @programming.dev
I did tick that, since I saw text boxes and went "give me everything" without reading:-)
Fixed. Thank you for pointing this out.
5 0 Reply
10 comments
Scroll to top