project.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. "Atom_TestData",
  39. {
  40. "name": "OpenXRVk",
  41. "optional": true
  42. },
  43. {
  44. "name": "XR",
  45. "optional": true
  46. }
  47. ]
  48. }