deferred mode ui library in rust

So I'm working on a graphics app in rust... But I can't find many good ui solutions. Most are for web. I want something that isn't a web wrapper and supports deferred mode. Does this exist yet?

7 points · 2 comments · view on lemmy.world

2 Comments

maiskanzler@feddit.de · 3 pts · 3y

You might be better of using a wrapper for GTK or QT, which are very mature but not Rust based. If you want some fun with guis, try egui. I REALLY like it and it's a great experience working with it, but not deferred mode.

To see more than my 2 cents, check out this page: https://areweguiyet.com/