gem.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "gem_name": "Atom",
  3. "display_name": "Atom Renderer",
  4. "license": "Apache-2.0 Or MIT",
  5. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  6. "origin": "Open 3D Engine - o3de.org",
  7. "origin_url": "https://github.com/o3de/o3de",
  8. "type": "Code",
  9. "summary": "The Atom Renderer Gem provides Atom Renderer and its associated tools (such as Material Editor), utilites, libraries, and interfaces.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Rendering",
  15. "Core"
  16. ],
  17. "requirements": "",
  18. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom/",
  19. "external_subdirectories": [
  20. "Asset/ImageProcessingAtom",
  21. "Asset/Shader",
  22. "Bootstrap",
  23. "Component/DebugCamera",
  24. "Feature/Common",
  25. "RHI",
  26. "RPI",
  27. "Tools/AtomToolsFramework",
  28. "Tools/MaterialEditor"
  29. ],
  30. "dependencies": [
  31. "Atom_Feature_Common",
  32. "AtomShader",
  33. "Atom_Bootstrap",
  34. "Atom_Component_DebugCamera",
  35. "Atom_RHI",
  36. "Atom_RPI",
  37. "AtomToolsFramework",
  38. "MaterialEditor",
  39. "Atom_AtomBridge"
  40. ]
  41. }