Skip to content

Commit 3ef4472

Browse files
keveleighfredinfinite23
authored andcommitted
Add StereoKit
1 parent 7d2401c commit 3ef4472

File tree

2 files changed

+96
-0
lines changed

2 files changed

+96
-0
lines changed

clients/stereokit.json

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
{
2+
"$schema": "../client_schema.json",
3+
"name": "StereoKit",
4+
"vendor": "StereoKit",
5+
"platforms": [
6+
"Windows (Desktop)",
7+
"Windows (HoloLens 2)",
8+
"Android (All-in-one)",
9+
"Linux (Desktop/Embedded)"
10+
],
11+
"components": [
12+
{
13+
"name": "StereoKit Core",
14+
"abbreviation": "Core",
15+
"extensions": [
16+
"XR_KHR_android_create_instance",
17+
"XR_KHR_android_thread_settings",
18+
"XR_KHR_composition_layer_depth",
19+
"XR_KHR_convert_timespec_time",
20+
"XR_KHR_D3D11_enable",
21+
"XR_KHR_loader_init_android",
22+
"XR_KHR_loader_init",
23+
"XR_KHR_opengl_enable",
24+
"XR_KHR_opengl_es_enable",
25+
"XR_KHR_win32_convert_performance_counter_time",
26+
"XR_EXT_debug_utils",
27+
"XR_EXT_eye_gaze_interaction",
28+
"XR_EXT_hand_interaction",
29+
"XR_EXT_hand_tracking_data_source",
30+
"XR_EXT_hand_tracking",
31+
"XR_EXT_hp_mixed_reality_controller",
32+
"XR_EXT_interaction_render_model",
33+
"XR_EXT_local_floor",
34+
"XR_EXT_palm_pose",
35+
"XR_EXT_render_model",
36+
"XR_EXT_uuid",
37+
"XR_EXTX_overlay",
38+
"XR_BD_controller_interaction",
39+
"XR_FB_color_space",
40+
"XR_MNDX_egl_enable",
41+
"XR_MSFT_first_person_observer",
42+
"XR_MSFT_hand_interaction",
43+
"XR_MSFT_hand_tracking_mesh",
44+
"XR_MSFT_perception_anchor_interop",
45+
"XR_MSFT_scene_understanding",
46+
"XR_MSFT_secondary_view_configuration",
47+
"XR_MSFT_spatial_anchor_persistence",
48+
"XR_MSFT_spatial_anchor",
49+
"XR_MSFT_spatial_graph_bridge",
50+
"XR_MSFT_unbounded_reference_space",
51+
"XR_OCULUS_audio_device_guid"
52+
]
53+
},
54+
{
55+
"name": "StereoKit Tools",
56+
"abbreviation": "Tools",
57+
"extensions": [
58+
"XR_KHR_android_surface_swapchain",
59+
"XR_FB_display_refresh_rate",
60+
"XR_FB_passthrough"
61+
]
62+
},
63+
{
64+
"name": "StereoKit Holographic Remoting",
65+
"abbreviation": "Remoting",
66+
"extensions": [
67+
"XR_MSFT_holographic_remoting"
68+
]
69+
}
70+
],
71+
"form_factors": [
72+
{
73+
"form_factor": "XR_FORM_FACTOR_HEAD_MOUNTED_DISPLAY",
74+
"view_configurations": [
75+
{
76+
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO",
77+
"environment_blend_modes": [
78+
"OPAQUE",
79+
"ADDITIVE",
80+
"ALPHA_BLEND"
81+
]
82+
},
83+
{
84+
"view_configuration": "XR_VIEW_CONFIGURATION_TYPE_SECONDARY_MONO_FIRST_PERSON_OBSERVER_MSFT",
85+
"environment_blend_modes": [
86+
"OPAQUE",
87+
"ADDITIVE",
88+
"ALPHA_BLEND"
89+
]
90+
}
91+
]
92+
}
93+
]
94+
}

clients/stereokit.json.license

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright 2025, The Khronos Group Inc.
2+
SPDX-License-Identifier: CC-BY-4.0

0 commit comments

Comments
 (0)