Hello, Rustaceans. I want to write Telegram client on Rust and now I'm trying to select GUI framework to use. Because this project is mostly tied on GUI, rewriting it to other framework will be quite hard task. I found some frameworks: Tauri (web), Iced (unstable) and GPUI (seems to be very unstable). Client should be customizable and fast. Can you please help me choose framework, you also can suggest other libraries. Thanks!
#(Solved) Which GUI framework I should use?
13 messages · Page 1 of 1 (latest)
if you don't mind immediate mode UI's, take a look at egui
An easy-to-use immediate mode GUI that runs on both web and native
Version
0.30.0
Downloads
3 837 552
Thank you, I will look it
Oh, I think, I will use it. Thanks, my bad, I thought it's unstable, because it's no 1.0.0 version
if it's stable enough for a DE i'd say it's probably stable enough for a telegram client
Okay
if you want to be overwhelmed with choices you can also look at https://areweguiyet.com/
Thank you a lot!
there's also slint but it seems their desktop stuff is still in progress
technically yeah they have a markup language or something
doesn't seem too complicated but introducing DSL's is a pain
(Solved) Which GUI framework I should use?