unity-webxr-export
Develop and export WebXR experiences using Unity WebGL (by De-Panther)
OpenXR-SDK-Source
Sources for OpenXR loader, basic API layers, and example code. (by KhronosGroup)
unity-webxr-export | OpenXR-SDK-Source | |
---|---|---|
7 | 5 | |
1,165 | 749 | |
1.1% | 1.6% | |
6.0 | 7.4 | |
3 months ago | 4 days ago | |
JavaScript | Python | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
unity-webxr-export
Posts with mentions or reviews of unity-webxr-export.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-04-12.
-
What’s the 2023 contemporary way to Unity -> WebXR?
De-Panther actively maintains an up-to-date version of Mozilla's original exporter at https://github.com/De-Panther/unity-webxr-export. I've used it several times in the past for Unity-related WebXR projects.
-
WebXR on iOS? Maybe can develop Safari XR Apps in Unity?
If so, this will be compatible with Unity WebXR Explorer ?
- Getting WebXR Built in Unity to work on iOS hosted on itch.io
-
Presenting Zoophony VR: an Online Spatial Audio Experience
We are the Indian Sonic Research Organization, and we would like to present Zoophony VR: An online Spatial Audio experience (Made in Unity with De-Panther's WebXR plugin).
-
Creating WebXR experiences in Unity for use on iOS
The WebXR spec is fairly well-defined, but has yet to be fully implemented into Webkit (the browser engine Safari uses). Currently the best way of creating WebXR content with Unity is using an up-to-date exporter such as this one by De-Panther, but there is currently no way to view WebXR content on iOS outside of Mozilla's viewer, which is unfortunately somewhat outdated now.
- How well does Unity support building VR apps for the web — accessible both from PC and mobile devices?
-
I just ported the first SteamVR game I ever made, Lemon Atoll, to WebXR!
I used De-Panther's fork of the Unity WebXR Exporter, originally by Mozilla. Unlike the original it's still being actively maintained and improved, I'll likely keep using it in future WebXR projects with Unity.
OpenXR-SDK-Source
Posts with mentions or reviews of OpenXR-SDK-Source.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-03.
-
Stereoscopic Rendering for VR from Scratch?
I‘d recommend to take a look at the Hello_Xr sample in the OpenXr repository here: https://github.com/KhronosGroup/OpenXR-SDK-Source/tree/master/src/tests/hello_xr
- Beginner friendly tutorial of openxr
-
Most efficient way to figure out what is creating uninitialised values?
I've dug into it some more and the file is from Monado, which I had compiled with debug symbols due to similar issues having happened before. xr_generated_loader.cpp:152 is from OpenXR-SDK-Source, also compiled with debug symbols for the same reason.
-
Interfacing OpenXR Extensions
There is only one mainstream OpenXR loader implementation, the one from Khronos. Older OpenXR loader versions did export extension functions "by accident", but it was fixed quite a while ago https://github.com/KhronosGroup/OpenXR-SDK-Source/commit/d14bd22ae3a64d6bcb3a79a6119f35ad0a2d3110
-
openxr initialization/application detecting VR
OpenXR API layers are like Vulkan API layers. There are two API layers that are provided by default, one to dump api calls and one to validate api calls. Those layers are now included in the openxr_loader_windows-*.zip on the OpenXR-SDK-Source releases page but you probably have to set the XR_API_LAYER_PATH environment variable or some registry key on windows for the loader to find them. Documentation: https://github.com/KhronosGroup/OpenXR-SDK-Source/blob/master/specification/loader/api_layer.adoc
What are some alternatives?
When comparing unity-webxr-export and OpenXR-SDK-Source you can also consider the following projects:
engine - Powerful web graphics runtime built on WebGL, WebGPU, WebXR and glTF
lovr - Lua Virtual Reality Framework
unity-webxr-export - Develop and export WebXR experiences using Unity WebGL
OpenXR-SDK - Generated headers and sources for OpenXR loader.
A-Frame - :a: Web framework for building virtual reality experiences.
nn_vis - A project for processing neural networks and rendering to gain insights on the architecture and parameters of a model through a decluttered representation.