12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "project_name": "AtomSampleViewer",
- "project_id": "{D882E365-54D6-586E-BD78-2650F3057D49}",
- "origin": "https://github.com/o3de/o3de-atom-sampleviewer",
- "license": "https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
- "display_name": "AtomSampleViewer",
- "summary": "AtomSampleViewer project.",
- "canonical_tags": [
- "Project"
- ],
- "user_tags": [
- "AtomSampleViewer"
- ],
- "icon_path": "preview.png",
- "engine": "o3de",
- "external_subdirectories": [
- "Gem",
- "Standalone"
- ],
- "gem_names": [
- "Maestro",
- "TextureAtlas",
- "LmbrCentral",
- "LyShine",
- "Camera",
- "EMotionFX",
- "Atom",
- "AtomSampleViewer",
- "SceneProcessing",
- "EditorPythonBindings",
- "ImGui",
- "Profiler",
- "Sponza",
- "MaterialEditor",
- "UiBasics",
- "StreamerProfiler",
- "DiffuseProbeGrid",
- "DebugDraw",
- "Atom_TestData",
- {
- "name": "OpenXRVk>=1.0.1",
- "optional": true
- },
- {
- "name": "XR>=1.0.1",
- "optional": true
- }
- ]
- }
|