• @pmk@lemmy.sdf.org
    link
    fedilink
    46 months ago

    Just curious, on a scale from cowsay to MS Word, how difficult would it be to port COSMIC to the BSDs, assuming wayland support?

    • Michael Murphy (S76)OP
      link
      fedilink
      English
      36 months ago

      As long as you have access to the latest version of Rust, porting would be somewhere near cowsay.

      • @pmk@lemmy.sdf.org
        link
        fedilink
        16 months ago

        Nice! I know that OpenBSD people have been working on a wayland compatible thing which takes into account Linux-specific things (libinput?), but last I heard it’s not ready. I have my hopes up though! Could be the year of desktop BSD if they port COSMIC.

        • Michael Murphy (S76)OP
          link
          fedilink
          English
          26 months ago

          It would certainly be easier for them to port COSMIC because there are very few dependencies on shared C libraries. Cargo links all Rust libraries statically, so it’s easier to maintain and update components. This will depend how open they are to accepting Cargo and Rust into their ecosystems.