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?
You must log in or register to comment.
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/