gem.json 1021 B

12345678910111213141516171819202122232425262728
  1. {
  2. "gem_name": "PhysX",
  3. "version": "2.0.0",
  4. "display_name": "PhysX4",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "type": "Code",
  9. "summary": "The PhysX4 Gem provides physics simulation with NVIDIA PhysX including static and dynamic rigid body simulation, force regions, ragdolls, and dynamic PhysX joints. This Gem is based on version 4 of the <a href='https://developer.nvidia.com/physx-sdk'>NVIDIA PhysX SDK</a>, and is not compatible with the PhysX5 Gem.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Physics",
  15. "Simulation",
  16. "SDK"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "",
  20. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/physics/nvidia/physx/",
  21. "dependencies": [
  22. "PhysXCommon",
  23. "LmbrCentral",
  24. "CommonFeaturesAtom"
  25. ],
  26. "provided_unique_service": "Physics"
  27. }