- cross-posted to:
- nvidia@lemmy.world
- cross-posted to:
- nvidia@lemmy.world
cross-posted from: https://sh.itjust.works/post/33099518
TLDR: NVIDIA removed support for PhysX with the 50 series GPUs, resulting in worse performance with PhysX games than previous GPU generations
this is an incomplete list. as per the wiki article:
That’s misleading in the other direction, though, as PhysX is really two things, a regular boring CPU-side physics library (just like Havok, Jolt and Bullet), and the GPU-accelerated physics library which only does a few things, but does them faster. Most things that use PhysX just use the CPU-side part and won’t notice or care if the GPU changes. A few things use the GPU-accelerated part, but the overwhelming majority of those use it for optional extra features that only work on Nvidia cards, and instead of running the same effects on the CPU if there’s no Nvidia card available, they just skip them, so it’s not the end of the world to leave them disabled on the 5000-series.
Yeah, and a great post too - because some of your points here just point out that everyone ELSE have deprecated PhysX as well. Unity and Unreal both dropped it long ago. It’s basically a moot point for 99.9% of people playing games.
Instead of using a PPU on the GPU, most people have focused on GPGPU physics calculations instead. The idea behind PhysX was a difficult one to launch in the first place. Given that most chip real-estate is going to these VPUs, I’m not surprised at all that they ditched the PPU for a more generalized version.
well, sorta. some engines like unreal have indeed dropped physx (in fact that’s the only one that’s in there as having dropped it), but there are some heavy hitters in there. unity did not drop it as far as i know, but they have a separate version without it that’s not made for games.
i also happen to know that ARMA 3, which is not on the list, is a heavy physx user. so i don’t know how accurate any of our lists actually are.
my takeaway from this list is that if nvidia follows suit with their AX series and other pro cards, they are going to lose significant market share with the CAD and CFD crowd, because those guys have 40 year old codebases and they are not going to be happy that they have to rewrite a subsystem.
PhysX has just been a CUDA application for a long time, there’s not been a dedicated PPU on any card in a very long time