• 0 Posts
  • 5 Comments
Joined 1 year ago
cake
Cake day: June 16th, 2023

help-circle

  • Most GUI libraries in rust are in some version of 0.x. this isn’t like flutter or Avalonia where our GUI libraries are mature. Wasn’t Iced basically a one man show before system 76 started using it for their desktop environment and made huge contributions to it?

    I think for now your best bet is probably a webview framework like tauri or dioxus. I’m sure things like iced will get there. But by using webview these frameworks have offloaded a lot of dev work. They’ve made painting pixels on the screen someone else’s job