Eskating cyclist, gamer and enjoyer of anime. Probably an artist. Also I code sometimes, pretty much just to mod titanfall 2 tho.

Introverted, yet I enjoy discussion to a fault.

  • 574 Posts
  • 1.17K Comments
Joined 1 year ago
cake
Cake day: June 13th, 2023

help-circle




  • PBR isn’t shit, and it doesn’t necessarily mean targeting photorealism.

    It’s just a benchmark for material rendering that means once all your assets come out the other end of production, they work consistently with each other.

    You could shift that benchmark towards cartoony or painterly or whatever you like, and even with assets produced using PBR, it’s easier to “style” your game later because all your different assets are at the same starting point, and will therefore react to rendering changes consistently across the board.

    Basically if your entire team is making metal materials by eyeballing it, and you then put it all together in a scene, you won’t be able to get all the different metal objects to look like metal at the same time as you make changes to the lighting in the scene, because the asset team made all of them using slightly different material parameters.

    If you make your entire asset production pipeline PBR, all metal assets will behave the same, all glass materials will behave the same, flesh, fabric, fur…

    You get the idea.









  • MentalEdge@sopuli.xyztomemes@lemmy.worldgoddamnit
    link
    fedilink
    arrow-up
    2
    ·
    23 hours ago

    Cinnamon hasn’t been keeping up for years. When I tried Mint again when I went full-time linux last year, and found the same unfixed bugs from three years prior, I ditched it forever.

    The format has been around for 13 years, and is objectively superior to its predecessors. By now it is actually set to be replaced by avif and jpgxl which are even better.

    At this point running into cases where it doesn’t work makes me question the software, not the format.


  • I adore Fires of Rubicon. They know how to design games, and how to pull off an aesthetic. That side of the studio has serious world-class talent.

    But fromsoft has some big issues on the graphics tech expertise side of things.

    I don’t think I’ve seen any subsurface scattering in their games, or proper multi-texture materials. I don’t think they are on a PBR workflow (physically based rendering) though they couldn’t achieve their “style” if they were. And the way they still rely on shell texturing in places they really, really shouldn’t, actually hurts.

    My problem isn’t with their style. It’s that they don’t seem to know all the industry standard solutions and techniques that exist and have been developed, and shoot themselves in the foot both in terms of performance and fidelity, by achieving things in ways that an expert could immediately tell is a bad idea.


  • I know.

    But only games running dx12/Vulkan must compile shaders.

    The “normalcy” of sutters on linux is because dx7-11 games are running through vulkan, and those games were never coded to account for the way Vulkan works. Hence the shaders are compiled (by VKD3D/DXVK, not the game) during gameplay when first needed.

    Like I said, if games must compile shaders during gameplay, they should do so asynchronously in order to not impact frametimes. This only applies to titles actually coded with the intention of being run under dx12/vulkan. Elden Ring in particular straight up violates the dx12 spec.

    Compiling the shaders in advance also doesn’t take 30 minutes, and doesn’t require doing so for the entire game. Many games will only compile the shaders for the immediate area that a player is in. (Apex Legends in dx12 mode for example processes only the current map in rotation and lets you play when it’s done)

    Games that precompile shaders when running using Vulkan/dx12 have never made me wait longer than a few minutes at most, and only at first launch.

    There is no excuse.


  • MentalEdge@sopuli.xyztomemes@lemmy.worldgoddamnit
    link
    fedilink
    arrow-up
    7
    ·
    edit-2
    22 hours ago

    In websites it works great, there isn’t a browser around that can’t deal with it. Same how with when webp was new you’d run into it all over the web because there they were just better and worked fine.

    It’s everything else that isn’t ready yet. My older android device can’t deal with them in apps, no AV1 decoder maybe? Dunno.







  • MentalEdge@sopuli.xyztomemes@lemmy.worldgoddamnit
    link
    fedilink
    arrow-up
    85
    arrow-down
    14
    ·
    1 day ago

    Old meme.

    Pretty much everything supports it now, and in case you haven’t noticed pretty much all the images on Lemmy are webp because it lets instances save tons and tons on bandwidth and storage.

    The next “better but not yet supported” image format is .avif.