#(Solved) Which GUI framework I should use?

13 messages · Page 1 of 1 (latest)

quiet cloud
#

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!

fast plume
#

if you don't mind immediate mode UI's, take a look at egui

floral wedgeBOT
#

An easy-to-use immediate mode GUI that runs on both web and native

Version

0.30.0

Downloads

3 837 552

quiet cloud
#

Oh, I think, I will use it. Thanks, my bad, I thought it's unstable, because it's no 1.0.0 version

fast plume
#

if it's stable enough for a DE i'd say it's probably stable enough for a telegram client

quiet cloud
#

Okay

fast plume
quiet cloud
#

Thank you a lot!

fast plume
#

technically yeah they have a markup language or something

#

doesn't seem too complicated but introducing DSL's is a pain

quiet cloud
#

(Solved) Which GUI framework I should use?