1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "gem_name": "AtomLyIntegration",
- "version": "0.0.1",
- "display_name": "Atom O3DE Integration",
- "license": "Apache-2.0 Or MIT",
- "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
- "origin": "Open 3D Engine - o3de.org",
- "origin_url": "https://github.com/o3de/o3de",
- "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"
- ],
- "requirements": "",
- "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-ly-integration/",
- "dependencies": [
- "Atom_AtomBridge",
- "AtomFont",
- "AtomImGuiTools",
- "AtomRenderOptions",
- "AtomViewportDisplayIcons",
- "AtomViewportDisplayInfo",
- "CommonFeaturesAtom",
- "EditorModeFeedback",
- "EMotionFX_Atom",
- "ImguiAtom"
- ],
- "external_subdirectories": [
- "AtomBridge",
- "AtomFont",
- "AtomImGuiTools",
- "AtomRenderOptions",
- "AtomViewportDisplayIcons",
- "AtomViewportDisplayInfo",
- "CommonFeatures",
- "EditorModeFeedback",
- "EMotionFXAtom",
- "ImguiAtom",
- "TechnicalArt/DccScriptingInterface"
- ]
- }
|