And as usual this is without any help from Nvidia

Linus "fuck you Nvidia" gif

  • Diabolo96@lemmy.dbzer0.com
    link
    fedilink
    arrow-up
    2
    ·
    11 months ago

    "I will prove you wrong and fork vulkan and make everyone use my version " that’s what i would’ve d Said if i was some genius who knew how to code but am not. Joke aside, i meant in terms of openness. You can’t make dx12 work on linux, android,etc but vulkan works everywhere.

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

      That is because it’s an open standard, not open source. You can read the documentation and implement a driver for a new platform, but you’re not porting vulkan to it. Likewise, there is tons of windows only open source code that will never work anywhere else because they target windows specific code.

      • Diabolo96@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        edit-2
        11 months ago

        I know what an open standard is (i hope ) from watching Andreas kling code his from scratch browser “ladybird”. Posix is one. Html , css, js too. Basically, anything that give you specs and let you implement them. I know wine try to implement (reverse engineer) the windows syscalls to make windows apps work on linux down to the weird quirks and bugs.