• Pechente@feddit.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 days ago

    For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.

    • OmegaLemmy@discuss.online
      link
      fedilink
      arrow-up
      3
      ·
      16 days ago

      Bad for Linux at the moment…

      That being said, it won’t improve just by saying it’s bad for Linux, if you work as a maintainer in a distro, or know a lot about Linux and rust to help their development then please reach out!!!

      The sooner tauri is usable everywhere the more people will prefer it

      • Pechente@feddit.org
        link
        fedilink
        English
        arrow-up
        0
        ·
        15 days ago

        The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.

        While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.

        • BorgDrone@lemmy.one
          link
          fedilink
          arrow-up
          1
          ·
          14 days ago

          they wanna share a codebase between web, desktop and possibly mobile.

          That way you get an app that’s crap on every platform.