• 1 Post
  • 23 Comments
Joined 2 years ago
cake
Cake day: August 8th, 2024

help-circle




  • Separating the art from the artist has never been about avoiding the moral complexities of supporting bigots and fascists (financially or just keeping them in the Zeitgeist). It is that authorial intent is not relevant to personal interpretation (aka death of the author). So yes, you can separate the art from the artist but that’s an entirely different thing from what is being argued here.

    If you want to argue as to whether their works should be consumed at all - paid for or not - we should absolutely not be separating the artist from the work. There is little value in them that can’t be found elsewhere and capitalists see the enduring popularity of „that fucking book“ and keeping forking over money for the IP, whether people pirated it or not.















  • It was more that graphics hardware got a lot more flexible. Less fixed functionality meant that DXVK (DirectX 8-11 to Vulkan translation layer) was a lot more viable as you were able to emulate old behaviour on the GPU through Vulkan.

    Graphics APIs are a lot more „thinner“ these days as well. Creating a Vulkan renderer from scratch is like „first one must enumerate the universe“. But it means that DX12<->Vulkan translation is relatively straightforward, and all the crazy stuff is done in shaders which can be recompiled for different APIs.