-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from TiborUdvari/docs/emulator
docs: immersive web emulator
- Loading branch information
Showing
7 changed files
with
27 additions
and
4 deletions.
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
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
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
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
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
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Immersive Web Emulator | ||
|
||
The [Immersive Web Emulator](https://github.com/meta-quest/immersive-web-emulator) is a Chrome extension that allows you to simulate a WebXR device in a desktop browser using a polyfill. It closely aligns with the features of the Meta Quest, enabling the simulation of features like hand tracking. This tool helps develop locally on a desktop before testing an actual device. | ||
|
||
Currently, the version available in the Chrome extension store does not work with the p5 Web Editor (awaiting merging of [PR #65](https://github.com/meta-quest/immersive-web-emulator/pull/65)). However, you can make it work by loading a patched version. | ||
|
||
## Installation | ||
|
||
To install the patched version, follow these steps: | ||
1. Download the [patched release zip file](https://github.com/TiborUdvari/immersive-web-emulator/releases/tag/1.5.1) and unzip it | ||
1. Go to `chrome://extensions` and enable developer mode | ||
1. Load the unpacked extension | ||
1. Test a [working example](https://editor.p5js.org/TiborUdvari/sketches/G1S1g40xx) | ||
|
||
<video controls> | ||
<source src="https://rawcdn.githack.com/TiborUdvari/p5.xr-videos/main/videos/emulator-installation.mp4"> | ||
</video> |
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