2
0

project.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "project_name": "AtomSampleViewer",
  3. "project_id": "{D882E365-54D6-586E-BD78-2650F3057D49}",
  4. "origin": "https://github.com/o3de/o3de-atom-sampleviewer",
  5. "license": "https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  6. "display_name": "AtomSampleViewer",
  7. "summary": "AtomSampleViewer project.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "AtomSampleViewer"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "Gem",
  18. "Standalone"
  19. ],
  20. "gem_names": [
  21. "Maestro",
  22. "TextureAtlas",
  23. "LmbrCentral",
  24. "LyShine",
  25. "Camera",
  26. "EMotionFX",
  27. "Atom",
  28. "AtomSampleViewer",
  29. "SceneProcessing",
  30. "EditorPythonBindings",
  31. "ImGui",
  32. "Profiler",
  33. "Sponza",
  34. "MaterialEditor",
  35. "UiBasics",
  36. "StreamerProfiler",
  37. "DiffuseProbeGrid",
  38. "DebugDraw",
  39. "Atom_TestData",
  40. {
  41. "name": "OpenXRVk>=1.0.1",
  42. "optional": true
  43. },
  44. {
  45. "name": "XR>=1.0.1",
  46. "optional": true
  47. }
  48. ]
  49. }