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

    I wonder if part of the reason is that apple deprecated opengl on mac os and replaced it with their property graphics api Metal. I image it would be a lot of work to port the source the engine to Metal just for a small amount of users.

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

      Not just OpenGL, they also moved to ARM64 CPU architecture in 2020, which isn’t any longer out of the box compatible with x86_x64 software. It requires extra work and optimization. Using a Mac for gaming is like shooting yourself in the foot. This is also unlikely to change, as moving to ARM64 would lose us all backwards compatibility. I always considered this move of Apple to be a mistake.

      • fmstrat
        link
        fedilink
        English
        89 months ago

        Gaming is far from their target market. ARM64 was a smart move for their market. The most commonly used apps are all faster with better battery life, and the transition was pretty smooth.

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

          Yeah, when I had a Mac it felt like a big smartphone, and it’s pretty good at being that.

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

          I have an m1 Mac and the Rosetta 2 layer is insanely performant. There is some performance loss but I’d hardly call it significant. It’s imperceptible to me.

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

        Yup. The only reason I play games on macOS is because work gives me a Mac and I want to play games occasionally on it. My main gaming rig is Linux, macOS is just there for the odd 30-min gaming break.

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

        I’m both shocked that nobody’s glued together Unicorn Engine and Wine to make WinTel software run on anything, and obviously disinclined to dive into that deep dark hole myself.

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

      This is a big one. Another one is that developing software for Macs is a huge headache compared to Windows, Linux, and BSD. The tooling simply feels much more awkward to use than most things available on other platforms, and the application packaging is so easy to mess up (not that every developer doesn’t forget the occasional DLL…)