• @uid0gid0
    link
    109
    edit-2
    4 months ago

    runs only on MacOS

    And

    get it into the hands of millions of developers

    Seems contradictory

    • @[email protected]
      link
      fedilink
      284 months ago

      Yup. Especially since it’s written in Rust… Like why? Rust has a great cross-platform story.

      • @[email protected]
        link
        fedilink
        English
        11
        edit-2
        4 months ago

        they’ve written a custom GPU framework to achieve the performance the level of performance they have. it’s currently only compatible with macos, but is being ported to other operating systems.

          • @AnUnusualRelic
            link
            34 months ago

            I remember when we ran text editors on a turnip. It wasn’t much but we were happy.

        • @[email protected]
          link
          fedilink
          64 months ago

          Why in the world wouldn’t you just use Vulkan? Then it would still be portable to other platforms with probably still good performance, no?

            • @[email protected]
              link
              fedilink
              34 months ago

              If their framework is using Vulkan, why is it not compatible with anything but MacOS? Isn’t the point of Vulkan that it’s cross platform?

              • @[email protected]
                link
                fedilink
                English
                24 months ago

                It’s not fundamentally incompatible, they just haven’t written the code to make it compatible yet. GPU frameworks need a lot of OS specific code, so it will take some time for them to make it run perfectly on Linux.

            • davawen
              link
              fedilink
              13 months ago

              This is wrong. Their framework uses metal, which is an apple only graphics API.

              • @[email protected]
                link
                fedilink
                English
                13 months ago

                My bad, I was referring to the new Linux implementation which is using Vulkan, which was not clear. The MacOS implementation only supports Metal, as MacOS does not support Vulkan natively. I assume the Vulkan implementation will also be what is used for the Windows build.

    • @[email protected]
      link
      fedilink
      English
      9
      edit-2
      4 months ago

      runs only on MacOS for now

      it will be released on both Linux and Windows, with Linux support currently being the top ranking issue on their GitHub page. they have a tracking issue showing that many pr’s have already been merged working towards Linux support.

    • @[email protected]
      link
      fedilink
      13 months ago

      I guess if you are committed to supporting a hard to support platform, may as well get it out of the way first?

      But yeah, seems like a pretty poor release.