• @leopold@lemmy.kde.social
      link
      fedilink
      English
      8
      edit-2
      25 days 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
        725 days 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.