forked from o3de/o3de-atom-sampleviewer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
project.json
48 lines (48 loc) · 1.17 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"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",
"Atom_TestData",
{
"name": "OpenXRVk>=1.0.1",
"optional": true
},
{
"name": "XR>=1.0.1",
"optional": true
}
]
}