-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update vr-headsets-and-webxr-browsers.md #5540
Merged
Merged
Changes from 1 commit
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
dd18c36
Update vr-headsets-and-webxr-browsers.md
Control-C 0ab64a4
Update vr-headsets-and-webxr-browsers.md
Control-C 871d082
Remove incorrect Vision OS mention
dmarcos 31d88bd
Update vr-headsets-and-webxr-browsers.md
dmarcos 6b9fc81
Update vr-headsets-and-webxr-browsers.md
dmarcos c3b0cde
Update headset list
dmarcos 724b127
Update vr-headsets-and-webxr-browsers.md
dmarcos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,6 +46,7 @@ are constrained to looking around and wiggling the controller. | |
[Oculus headsets]: https://www.oculus.com/ | ||
[Windows Mixed Reality]: https://developer.microsoft.com/en-us/windows/mixed-reality/ | ||
[Vive Focus]: https://enterprise.vive.com/us/vivefocus/ | ||
[Apple]: https://www.apple.com/apple-vision-pro/ | ||
|
||
| Headset | Platform | Positional Tracking | Controllers | Controller Positional Tracking | | ||
|-------------------------|------------|---------------------|--------------------|--------------------------------| | ||
|
@@ -57,6 +58,7 @@ are constrained to looking around and wiggling the controller. | |
| [Oculus Quest] | Standalone | :white_check_mark: | :white_check_mark: | :white_check_mark: | | ||
| [Oculus Quest 2] | Standalone | :white_check_mark: | :white_check_mark: | :white_check_mark: | | ||
| [Oculus Quest 3] | Standalone | :white_check_mark: | :white_check_mark: | :white_check_mark: | | ||
| [Apple Vision Pro] | VisionOS 2 > | :white_check_mark: | :white_check_mark: | :white_check_mark: | | ||
|
||
## What is WebXR? | ||
|
||
|
@@ -105,7 +107,7 @@ A-Frame supports include: | |
|
||
Some other platforms that have been shown to work with A-Frame include: | ||
|
||
- Augmented reality (AR) on AR headsets (e.g., Magic Leap, HoloLens) | ||
- Augmented reality (AR) on AR headsets (e.g., Magic Leap, HoloLens, Apple Vision Pro) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. AVP does not belong on this list. Although definitions vary, I assume that "AR headsets" originally meant optical AR. Either way, when using WebXR it's not even possible to make use passthrough AR on the AVP (hopefully one day). |
||
- Augmented reality (AR) on mobile (i.e., magic window, ARKit, ARCore) | ||
|
||
## Which VR Headsets Does A-Frame Support? | ||
|
@@ -121,11 +123,13 @@ supports include: | |
- Oculus Go | ||
- Valve Index | ||
- Vive Focus | ||
- Apple Vison Pro | ||
|
||
For general hardware recommendations (not requirements): | ||
|
||
- [Oculus Rift Hardware Recommendations](https://www.oculus.com/en-us/oculus-ready-pcs/) | ||
- [HTC Vive Hardware Recommendations](https://www.vive.com/us/ready/) | ||
- [Apple Vision Pro Hardware Recommendations](https://www.apple.com/apple-vision-pro/) | ||
- For smartphones, an iPhone 6 for iOS and at least a Galaxy S6 for Android | ||
|
||
## Which Browsers Does A-Frame Support? | ||
|
@@ -152,6 +156,7 @@ lower the expectations that these browsers will provide a quality experience | |
and not have quirks: | ||
|
||
- Safari for iOS | ||
- Safari for VisonOS 2 | ||
- Chrome for Android | ||
- Firefox for iOS | ||
- Samsung Internet | ||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Platform should be
Standalone
.Also the AVP does not support controllers AFAIK. It might be worth adding an additional column for hand tracking.