Initial gem dependencies (#4229)

These are immediate dependencies, and include many circular dependencies, largely amongst the Atom gems, as indicated by cmake

Signed-off-by: AMZN-alexpete <26804013+AMZN-alexpete@users.noreply.github.com>
This commit is contained in:
Alex Peterson
2021-09-22 11:56:53 -07:00
committed by GitHub
parent 7e153d7bb9
commit 20849655ea
103 changed files with 1100 additions and 307 deletions
+22 -3
View File
@@ -8,7 +8,26 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"Atom_RPI",
"Atom_Bootstrap",
"Atom_RHI",
"Atom_RHI_Null",
"Atom_Feature_Common",
"Atom_Component_DebugCamera",
"AtomImGuiTools",
"CommonFeaturesAtom",
"EMotionFX_Atom",
"ImguiAtom",
"AtomFont",
"AtomViewportDisplayInfo",
"Atom",
"AtomShader",
"ImageProcessingAtom",
"AtomToolsFramework",
"AtomViewportDisplayIcons",
"MaterialEditor"
]
}
+7 -3
View File
@@ -8,7 +8,11 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"Atom_RHI",
"Atom_RPI",
"Atom_AtomBridge"
]
}
@@ -12,5 +12,9 @@
"Debug",
"Rendering"
],
"requirements": ""
"requirements": "",
"dependencies": [
"ImguiAtom",
"Atom"
]
}
@@ -8,7 +8,12 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"Atom_RHI",
"Atom_RPI",
"Atom_Bootstrap",
"Atom_AtomBridge"
]
}
@@ -8,7 +8,10 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"Atom_RHI",
"Atom_RPI"
]
}
+11 -3
View File
@@ -8,7 +8,15 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"Atom_Feature_Common",
"LmbrCentral",
"GradientSignal",
"SurfaceData",
"Atom_Bootstrap",
"Atom_RPI",
"AtomToolsFramework"
]
}
+10 -3
View File
@@ -8,7 +8,14 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"EMotionFX",
"Atom",
"Atom_Feature_Common",
"Atom_RPI",
"Atom_RHI",
"CommonFeaturesAtom"
]
}
+6 -3
View File
@@ -8,7 +8,10 @@
"canonical_tags": [
"Gem"
],
"user_tags": [
],
"requirements": ""
"user_tags": [],
"requirements": "",
"dependencies": [
"ImGui",
"Atom_Feature_Common"
]
}
@@ -10,9 +10,10 @@
],
"user_tags": [
"DCC",
"Digital",
"Content",
"Creation"
"Digital",
"Content",
"Creation"
],
"requirements": ""
"requirements": "",
"dependencies": []
}
+19 -3
View File
@@ -5,8 +5,24 @@
"origin": "Open 3D Engine - o3de.org",
"type": "Code",
"summary": "The Atom O3DE Integration Gem provides components, libraries, and functionality to support and integrate Atom Renderer in Open 3D Engine.",
"canonical_tags": ["Gem"],
"user_tags": ["Rendering", "Core", "Utility"],
"canonical_tags": [
"Gem"
],
"user_tags": [
"Rendering",
"Core",
"Utility"
],
"requirements": "",
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-ly-integration/"
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-ly-integration/",
"dependencies": [
"Atom_AtomBridge",
"AtomFont",
"AtomImGuiTools",
"AtomViewportDisplayIcons",
"AtomViewportDisplayInfo",
"CommonFeaturesAtom",
"EMotionFX_Atom",
"ImguiAtom"
]
}