• expr@programming.dev
    link
    fedilink
    arrow-up
    0
    ·
    5 months ago

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

    • priapus@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      5 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.

      • SorteKanin@feddit.dk
        link
        fedilink
        arrow-up
        0
        ·
        5 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?

          • SorteKanin@feddit.dk
            link
            fedilink
            arrow-up
            0
            ·
            5 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?

            • priapus@sh.itjust.works
              link
              fedilink
              English
              arrow-up
              0
              ·
              5 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.