And as usual this is without any help from Nvidia

Linus "fuck you Nvidia" gif

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

          No, its not. With open source software you, a regular person, can feasibly get a change included into the code base. That is NOT true with an open standard. You, or more accurately a very large and powerful company you work with or for, have to have significant pull to even hope to get a change in. Even then, those changes take a lot of time to proliferate.

          With open source code that change can happen as soon as you write it, you don’t even have to wait for the maintainer to merge it; just fork the software. You can’t really “fork” Vulkan as a normal dev; no one will follow your spec. You don’t have enough pull as a single dev to get billion dollar companies to follow it. But you can relatively easily get those same companies to use your fork of an open source software.

          They are entirely different systems.

          • 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.