gem.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "gem_name": "AtomLyIntegration",
  3. "version": "0.0.1",
  4. "display_name": "Atom O3DE Integration",
  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. "origin_url": "https://github.com/o3de/o3de",
  9. "type": "Code",
  10. "summary": "The Atom O3DE Integration Gem provides components, libraries, and functionality to support and integrate Atom Renderer in Open 3D Engine.",
  11. "canonical_tags": [
  12. "Gem"
  13. ],
  14. "user_tags": [
  15. "Rendering",
  16. "Core",
  17. "Utility"
  18. ],
  19. "requirements": "",
  20. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/rendering/atom/atom-ly-integration/",
  21. "dependencies": [
  22. "Atom_AtomBridge",
  23. "AtomFont",
  24. "AtomImGuiTools",
  25. "AtomRenderOptions",
  26. "AtomViewportDisplayIcons",
  27. "AtomViewportDisplayInfo",
  28. "CommonFeaturesAtom",
  29. "EditorModeFeedback",
  30. "EMotionFX_Atom",
  31. "ImguiAtom"
  32. ],
  33. "external_subdirectories": [
  34. "AtomBridge",
  35. "AtomFont",
  36. "AtomImGuiTools",
  37. "AtomRenderOptions",
  38. "AtomViewportDisplayIcons",
  39. "AtomViewportDisplayInfo",
  40. "CommonFeatures",
  41. "EditorModeFeedback",
  42. "EMotionFXAtom",
  43. "ImguiAtom",
  44. "TechnicalArt/DccScriptingInterface"
  45. ]
  46. }