• unknowing8343@discuss.tchncs.de
    link
    fedilink
    arrow-up
    50
    arrow-down
    4
    ·
    2 months ago

    Somehow all these OSS projects that start with only a Mac client seem so suspicious to me…

    I wonder if they will enforce a login to use the software?

    • simple@lemm.ee
      link
      fedilink
      arrow-up
      27
      arrow-down
      3
      ·
      2 months ago

      It’s open source, and they already said they were Mac only because they used Metal for rendering. It’s not suspicious for devs to use what they’re most familiar with.

            • 8Bitz0@discuss.tchncs.de
              link
              fedilink
              arrow-up
              12
              arrow-down
              2
              ·
              2 months ago

              Until you actually try to use Vulkan on macOS. Since there’s no native support, you end up needing MoltenVK.

              • leopold@lemmy.kde.social
                link
                fedilink
                English
                arrow-up
                8
                ·
                edit-2
                2 months ago

                Is there any particular problem with MoltenVK? As I see it, it’s by far the best solution for cross platform software on macOS in need of graphical hardware acceleration.

                • 8Bitz0@discuss.tchncs.de
                  link
                  fedilink
                  arrow-up
                  7
                  ·
                  2 months ago

                  There’s nothing wrong with the software itself. It works great for what it does. On the other hand, it’s a compatibility layer, which always increases friction between things a little. I think the best use for this is running legacy software.

                  There aren’t many alternatives. Maybe in the future, we’ll see graphics API abstraction libraries like wgpu get used more. This gives developers a single API which can use DirectX on Windows, Vulkan on Linux, or Metal on macOS. This could allow support for entirely new graphics APIs without developers using it having to do anything.

                  Of course, that’s my opinion. People can build their software how they like.

                • aksdb@lemmy.world
                  link
                  fedilink
                  arrow-up
                  4
                  arrow-down
                  4
                  ·
                  2 months ago

                  But… they have devs. A lot of software is written for OSX. Zed being one of them. You may not like it, but it works for Apple.

    • trevor@lemmy.blahaj.zone
      link
      fedilink
      English
      arrow-up
      14
      arrow-down
      1
      ·
      edit-2
      2 months ago

      While I generally agree with your skeptical attitude toward this, I think the fact that they were targeting Apple’s Metal graphics API to built the most performant possible IDE makes sense. You can’t just snap your fingers and have a Linux graphical stack start working with your software.

      I think the reason they targeted macOS first is probably because many of the dev team uses Macs.

      As a Linux user, I’ll happily wait for software like this to get ported to native Linux APIs so we get performant text editors instead of more Electron crap.

      • LeFantome@programming.dev
        link
        fedilink
        arrow-up
        4
        arrow-down
        1
        ·
        2 months ago

        As a die-hard Linux user, I understand that most of their devs probably used Macs. Sadly, they are likely not an outlier which means many ( most ) of their target customers are Mac users too.

        Overall, I applaud their focus and platform native approach. Let’s hope we get a decent Linux editor out of it at some point.

    • swooosh@lemmy.world
      link
      fedilink
      arrow-up
      1
      arrow-down
      3
      ·
      2 months ago
      • which one as well? it’s the first project I know of that starts on mac
      • how do you get to that? That would be funny.
      • unknowing8343@discuss.tchncs.de
        link
        fedilink
        arrow-up
        18
        arrow-down
        1
        ·
        2 months ago

        I was kinda referencing warp, a supposedly new terminal that was also written in Rust, had AI stuff, started on Mac, and finally got a Linux version, which lasted 30 seconds on my computer once I saw there is no option to use it unless you make an account. Yes. For a LOCAL terminal. Nuts.

  • Responsabilidade@lemmy.eco.br
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    3
    ·
    edit-2
    2 months ago

    I miss the point why they don’t invested into Flatpak. I mean, with Flatpak they could’ve focus on make Zed works on the Flatpak platform and, as a consequence, it will be fine in every distro. The only thing that they should’ve be taking care is X11 and Wayland, but every other aspect to worry such as distro choice, QT/GTK, Gnome/KDE, etc would be vanished away

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      3
      arrow-down
      1
      ·
      2 months ago

      Or just install with cargo, have it run unrestricted and still work everywhere. I dont think rust apps need to be flatpakked

  • swooosh@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    2 months ago

    That is really cool. I wish I’d read more of such posts on “how do we get there, how did we get here”.

    Most important answer:

    After deciding to support Ubuntu and X11 and Wayland

    I hope it’ll work in distrobox such that you can run it on every platform

    • Aatube@kbin.melroy.org
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      2 months ago

      That was a hypothetical illustrating the amount of choices one had to make to port to Linux. So far their decision is to just release a tarball.

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      Distrobox is not a good solution. But when there is an APT package, packagers can easily use their binary and create RPMs etc.

        • boredsquirrel@slrpnk.net
          link
          fedilink
          arrow-up
          1
          ·
          2 months ago

          It is a separate Distro. I used it for running VLC already and for sure it works, but it isnt really a good solution.

          • swooosh@lemmy.world
            link
            fedilink
            arrow-up
            2
            ·
            2 months ago

            Ok. So far I only use it for cli tools like pdlaftex, typst, R, and others. So far it works great. I assume the same for gui apps. Theming will be off but that’s not a real issue as long as the app works.

  • atomic@programming.dev
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    FWIW I’ve been able to compile Zed for Wayland only by removing any X11 references in the code and I’ve been using it for about two months or so.