twotone

joined 1 year ago
[–] [email protected] 2 points 9 months ago (1 children)

Is the image not loading for anyone else?

[–] [email protected] 5 points 11 months ago

Whoa, when did the ui change so much?

[–] [email protected] 2 points 11 months ago

r/dgdag and r/dogs_getting_dogs are an example

[–] [email protected] 4 points 11 months ago* (last edited 11 months ago) (2 children)

The old subreddit r/bestof was great for finding niche communities on Reddit. Maybe a Lemmy version could exist, but aimed specifically at highlighting niche communities and their content?

[–] [email protected] 2 points 11 months ago (1 children)

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.

[–] [email protected] 7 points 11 months ago* (last edited 11 months ago) (3 children)

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.

[–] [email protected] 9 points 11 months ago

If you're on Linux Vulkan is the way to go. Unless their use of the standard is really bad, Vulkan will always perform better on Linux than DirectX 12

If you're on Windows, then it can be a bit of a crap shoot on which one performs better.

[–] [email protected] 8 points 11 months ago (5 children)

Vulkan isn't open source, it's an open standard.