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:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -8,7 +8,14 @@
|
||||
"canonical_tags": [
|
||||
"Gem"
|
||||
],
|
||||
"user_tags": [
|
||||
],
|
||||
"requirements": ""
|
||||
"user_tags": [],
|
||||
"requirements": "",
|
||||
"dependencies": [
|
||||
"EMotionFX",
|
||||
"Atom",
|
||||
"Atom_Feature_Common",
|
||||
"Atom_RPI",
|
||||
"Atom_RHI",
|
||||
"CommonFeaturesAtom"
|
||||
]
|
||||
}
|
||||
|
||||
@@ -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": []
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user