First pass of adding descriptions to window config files with schema

This commit is contained in:
GPayne
2023-07-12 23:40:02 -06:00
parent 80ddf3e187
commit ce1b024f7b
19 changed files with 147 additions and 19 deletions

View File

@@ -54,5 +54,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with equirectangular projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -43,5 +43,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1920x1080 fullscreen window with planar projection rendering. The display will automatically be set to 1920x1080, regardless of native resolution.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -59,5 +59,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows for a side-by-side dual-monitor configuration, where the right-side monitor can be considered a projector. Primary 1920x1080 window with menu and text overlays minus rendering, and a secondary 1920x1080 fullscreen window with planar projection rendering without menu or text overlays.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -43,5 +43,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1280x720 window with planar projection rendering at 2560x1440 resolution.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -33,5 +33,12 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with fisheye projection rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -57,5 +57,13 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1024x1024 window with menu and text overlays minus rendering, and a secondary 1024x1024 window with fisheye projection rendering without menu and text overlays.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -66,5 +66,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with planar projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -63,5 +63,12 @@
"eyeseparation": 0.06499999761581421,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with Spout output (name 'OpenSpace') planar projection rendering without menu or text overlays, and a secondary with menu and text overlays minus rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -67,5 +67,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with planar projection rendering without menu or text overlays, and a secondary with menu and text overlays plus rendering from the primary.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -42,5 +42,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1280x720 window containing side-by-side stereo planar projection rendering views.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -55,5 +55,13 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two 1280x720 windows each with identical planar projection rendering. Only the primary window has menu controls, but both have text overlays.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -36,5 +36,12 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1280x720 window with spherical projection rendering at 2048x2048 resolution.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -61,5 +61,12 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two windows: Primary 1280x720 window with menu and text overlays minus rendering, and a secondary 1280x720 window at 2048x2048 resolution with spherical mirror projection rendering without the menu or text overlays.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -56,5 +56,12 @@
"eyeseparation": 0.05999999865889549,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output cubemap projection rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -56,5 +56,12 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output equirectangular projection rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -56,5 +56,12 @@
"eyeseparation": 0.06,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output fisheye projection rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -55,5 +55,12 @@
"eyeseparation": 0.05999999865889549,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "A single 1024x1024 window with spout output planar/flat projection rendering at 1920x1080 resolution.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}

View File

@@ -60,5 +60,12 @@
"eyeseparation": 0.065,
"pos": { "x": 0.0, "y": 0.0, "z": 0.0 }
}
]
],
"meta": {
"author": "OpenSpace Team",
"description": "Two individual nodes, each with a 1280x720 window with planar projection rendering.",
"license": "MIT License",
"name": "Single",
"version": "1.0"
}
}