PhysX

PhysX
Original author(s) NovodeX (ETH Zurich)
Developer(s) NVIDIA Corporation
Stable release
9.16.0318 / May 23, 2016 (2016-05-23)
Operating system Microsoft Windows, OS X, Linux, PlayStation 2, PlayStation 3, PlayStation 4, Xbox 360, Xbox One, Wii, iOS, Android
Type Physics simulation
License Proprietary and commercial
Website Nvidia PhysX developer site

PhysX is a proprietary realtime physics engine middleware SDK. PhysX was authored at NovodeX, an ETH Zurich spin-off. In 2004 NovodeX was acquired by Ageia, and in February 2008 Ageia was acquired by Nvidia.[1]

The term PhysX can also refer to the PPU expansion card designed by Ageia to accelerate PhysX-enabled video games.

Video games supporting hardware acceleration by PhysX can be accelerated by either a PhysX PPU or a CUDA-enabled GeForce GPU (if it has at least 32 cores and a minimum of 256MB dedicated graphics memory[2]), thus offloading physics calculations from the CPU, allowing it to perform other tasks instead.

Middleware physics engines free game developers from writing their own code which implements classical mechanics (Newtonian physics) to do e.g. soft body dynamics. PhysX is one of the handful of physics engines used in the large majority of today's games.[3]

The PhysX engine and SDK are available for Microsoft Windows, OS X, Linux, PlayStation 2, PlayStation 3,[4][5] PlayStation 4,[6] Xbox 360,[7] Xbox One[8] and the Wii.[9] The PhysX SDK is provided to developers for free for both commercial and non-commercial use on Windows. For Linux, OS X and Android platforms the PhysX SDK is free for educational and non-commercial use.[10] At GDC 2015, Nvidia made PhysX' source code available on GitHub, but requiring registration on the developer.nvidia.com.[11]

The first game to use PhysX was Bet On Soldier: Blood Sport. Nvidia PhysX is part of Nvidia GameWorks.

History

What is known today as PhysX originated as a physics simulation engine called NovodeX. The multi-threaded engine was developed by Swiss company NovodeX AG. In 2004, Ageia acquired NovodeX AG and began developing a hardware technology that could accelerate physics calculations, aiding the CPU. Ageia called the technology PhysX PPU (physics processing unit), and the SDK was renamed from NovodeX to PhysX.[12]

In 2008, Ageia was itself acquired by graphics technology manufacturer Nvidia. Nvidia started enabling PhysX hardware acceleration on its line of GeForce graphics cards[13] and eventually dropped support for Ageia PPUs.[14]

Features

PhysX is a multi-threaded physics simulation SDK available for Microsoft Windows, OS X, Linux, PlayStation 3, Xbox 360 and Wii. It supports rigid body dynamics, soft body dynamics, ragdolls and character controllers, vehicle dynamics, particles, volumetric fluid simulation and cloth simulation including tearing and pressurized cloth.

Hardware acceleration

Comparison of physics levels in Mafia II.
(PC) The top screenshot shows how debris is simulated in Mafia II when PhysX is turned to the highest level in the game settings. The bottom screenshot shows a similar scene with PhysX turned to the lowest level.

PPU

A physics processing unit (PPU) is a processor specially designed to alleviate the calculation burden on the CPU, specifically calculations involving physics. PPU cards with PhysX support were available from the manufacturers ASUS, BFG Technologies[15] and ELSA Technology. Beginning with version 2.8.3 of the PhysX SDK, support for PPU cards was dropped, and PPU cards are no longer manufactured.[14]

The last incarnation of PhysX PPU stand alone add in card designed by Ageia has roughly the same Physx performance as a dedicated 9800GTX.[16]

GPU

After Nvidia's acquisition of Ageia, PhysX development turned away from PPU extension cards and focused instead on the GPGPU capabilities of modern GPUs. A graphics processing unit or GPU (also occasionally called visual processing unit or VPU) is a dedicated graphics rendering device for a personal computer, workstation or game console. Modern GPUs are very efficient at manipulating and displaying computer graphics, and their highly parallel structure makes them more effective than general-purpose CPUs for a range of complex algorithms, such as accelerating physical simulations using PhysX. A GPU can be located on a dedicated video card, or it can be integrated directly into the motherboard. More than 90% of new desktop and notebook computers have integrated GPUs.

Any CUDA-ready GeForce graphics card (8-series or later GPU with a minimum of 32 cores and a minimum of 256MB dedicated graphics memory[2]) can take advantage of PhysX without the need to install a dedicated PhysX card.

APEX

Nvidia APEX technology is a multi-platform scalable dynamics framework build around the PhysX SDK. It was first introduced in Mafia II in August 2010.[17] Nvidia's APEX comprises the following modules: APEX Destruction, APEX Clothing, APEX Particles, APEX Turbulence, APEX ForceField and formerly APEX Vegetation which was suspended in 2011.[18][19]

Nvidia FleX

FleX is a particle based simulation technique for real-time visual effects. Traditionally, visual effects are made using a combination of elements created using specialized solvers for rigid bodies, fluids, clothing, etc. Because FleX uses a unified particle representation for all object types, it enables new effects where different simulated substances can interact with each other seamlessly. Such unified physics solvers are a staple of the offline computer graphics world, where tools such as Autodesk Maya's nCloth, and Softimage's Lagoa are widely used. The goal for FleX is to use the power of GPUs to bring the capabilities of these offline applications to real-time computer graphics.

Real World Technologies analysis

On July 5, 2010, Real World Technologies published an analysis[20] of the PhysX architecture. According to this analysis, most of the code used in PhysX applications at the time was based on x87 instructions without any multi-threading optimization. This could cause significant performance drops when running PhysX code on the CPU. The article suggested that a PhysX rewrite using SSE instructions may substantially lessen the performance discrepancy between CPU PhysX and GPU PhysX.

In response to the Real World Technologies analysis, Mike Skolones, product manager of PhysX, said[21] that SSE support had been left behind because most games are developed for consoles first and then ported to the PC. As a result, modern computers run these games faster and better than the consoles even with little or no optimization. Senior PR manager of Nvidia, Bryan Del Rizzo, explained that multi-threading had already been available with CPU PhysX 2.x and that it had been up to the developer to make use of it. He also stated that automatic multithreading and SSE would be introduced with version 3 of the PhysX SDK.[22]

PhysX SDK 3.0 was released in May 2011 and represented a significant rewrite of the SDK, bringing improvements such as more efficient multithreading and a unified code base for all supported platforms.[3]

Usage

PhysX in video games

PhysX technology is used by game engines such as Unreal Engine (version 3 onwards), Unity, Gamebryo, Vision (version 6 onwards), Instinct Engine,[23] Panda3D, Diesel, Torque, HeroEngine and BigWorld.[2]

As one of the handful of major physics engines, it is used in many games, such as Mirror's Edge, Bulletstorm, Need for Speed: Shift, Castlevania: Lords of Shadow, Mafia II, Alice: Madness Returns, Batman: Arkham City, Borderlands 2, etc. Most of these games use the CPU to process the physics simulations.

Video games with optional support for hardware-accelerated PhysX often include additional effects such as tearable cloth, dynamic smoke or simulated particle debris.[24][25][26]

PhysX in other software

Other software with PhysX support includes:

See also

References

  1. "NVIDIA completes Acquisition of AGEIA Technologies" (Press release). NVIDIA Corporation. February 13, 2008. Retrieved March 18, 2009.
  2. 1 2 3 "PhysX FAQ". Nvidia.com. Retrieved December 10, 2015.
  3. 1 2 "NVIDIA announces the release of PhysX SDK V3". Nvidia. Retrieved June 3, 2011.
  4. "Sony Computer Entertainment Enters Into Strategic Licensing Agreement With AGEIA" (PDF) (Press release). Sony Computer Entertainment, Inc. July 21, 2005. Retrieved August 23, 2006.
  5. "Playstation 3 gets free PhysX from Nvidia". Kotaku.
  6. http://www.ign.com/articles/2013/03/07/nvidia-announces-physx-support-for-playstation-4
  7. "PhysX – Overview – GeForce". Nvidia.com. Retrieved November 30, 2011.
  8. "NVIDIA Announces PhysX Support for Microsoft Xbox One Game Console". Nvidia.com. Retrieved November 9, 2014.
  9. "News – Pre-GDC: Nvidia PhysX Approved For Wii Developers". Gamasutra. March 19, 2009. Retrieved November 30, 2011.
  10. "PhysX Downloads". Nvidia. Retrieved June 8, 2011.
  11. "PhysX On GitHub". Nvidia. Retrieved March 6, 2015.
  12. César A. Berardini (April 12, 2005). "AGEIA Technologies Interview". Retrieved June 8, 2011.
  13. "PhysX For CUDA, Linux Support A Given?". Phoronix. Phoronix Media. February 14, 2008. Retrieved February 14, 2008.
  14. 1 2 "How to restore PPU support with latest PhysX Drivers | PhysXInfo.com – PhysX News". PhysXInfo.com. January 17, 2011. Retrieved November 30, 2011.
  15. Archived April 26, 2006, at the Wayback Machine.
  16. http://www.pcgameshardware.com/&menu=browser&image_id=967623&article_id=674175&page=1&show=original
  17. Olin Coles. "Mafia-II Video Game Performance Review". BenchmarkReviews.com. Retrieved August 23, 2010.
  18. "APEX". Retrieved June 8, 2011.
  19. "Category:APEX - PhysX Wiki". PhysXInfo.com. Retrieved 21 July 2013.
  20. Real World Technologies – PhysX87: Software Deficiency
  21. Stokes, Jon (July 8, 2010). "Did NVIDIA cripple its CPU gaming physics library to spite Intel?". Arstechnica.com. Retrieved November 30, 2011.
  22. "Nvidia: We're not hobbling CPU PhysX | thinq_ | Page 1". Thinq.co.uk. Retrieved November 30, 2011.
  23. "Instinct Software - Instinct Engine SDK". Instinctengine.com. Retrieved 2013-10-04.
  24. Matt Butrovich (February 12, 2009). "A look at PhysX in Mirror's Edge". The Tech Report. Retrieved April 6, 2011.
  25. Rich Brown (September 21, 2009). "Nvidia's PhysX makes PC Batman: Arkham Asylum worth the wait". cNET.com. Retrieved April 6, 2011.
  26. Matthew Murray (September 2, 2010). "Mafia II: Is Applied PhysX Worth It?". ExtremeTech. Retrieved April 6, 2011.
  27. Jim Thacker (March 1, 2011). "Videos: Autodesk reveals new features in Maya 2012". cgchannel.com. Retrieved April 6, 2011.
  28. "3ds Max 2012 and Maya 2012 adds PhysX support". Beyond3D.com. March 1, 2011. Retrieved April 6, 2011.
  29. Randall Hand (May 5, 2010). "NVidia PhysX and CUDA in Softimage 2011". Vizworld.com. Retrieved April 6, 2011.
  30. "The Game Creators Integrate AGEIA PhysX Technology into DarkBASIC Professional" (Press release). The Game Creators. March 22, 2006. Retrieved September 23, 2006.
  31. "Overview". DX Studio. Worldweaver. Retrieved November 2, 2008.
  32. "AGEIA Joins Futuremark's 3DMark Benchmark Development Program". FindArticles. CBS Interactive. BusinessWire. September 27, 2006. Retrieved November 3, 2008.
  33. "Simulation Overview". Microsoft Robotics Developer Center. Microsoft.
  34. Boeing, Adrian. "Engines". Physics Abstraction Layer. Retrieved November 18, 2007.
This article is issued from Wikipedia - version of the 12/2/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.