• Avid Amoeba
    link
    -3
    edit-2
    4 months ago

    Why develop libcosmic around iced instead of going with something else modern that’s easy to develop in such as Flutter? Iced/libcosmic is probably a bit more efficient resource-wise but that probably wasn’t a huge point.

    • Michael Murphy (S76)OP
      link
      fedilink
      English
      3
      edit-2
      4 months ago

      That would compromise our vision of a GUI platform built from the ground up in Rust. It would also not be feasible to use Flutter for applet development. We can easily make modifications directly to iced for all the Wayland integrations that we need in COSMIC, as the iced code base is very lean, and written in Rust.

      • Avid Amoeba
        link
        1
        edit-2
        4 months ago

        Got it. So being written in Rust is one of the requirements. Makes sense. Flutter is great for self-contained applications but we can definitely use another sane native toolkit besides Qt that has wider applicability.