Skip to content

Commit

Permalink
Merge pull request #1 from kevleyski/main
Browse files Browse the repository at this point in the history
WebVR to WebXR
  • Loading branch information
kevleyski authored Dec 6, 2022
2 parents 22f8c57 + dc28b05 commit f41dc2a
Show file tree
Hide file tree
Showing 8 changed files with 62 additions and 10,447 deletions.
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

node_modules/.bin/lint-staged
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="1.10.2"></a>
## [1.10.2](https://github.com/videojs/videojs-vr/compare/v1.1.1...v1.1.2) (2018-02-20)

### Chores

* **package:** Move from WebVR polyfill to WebXR ([#216](https://github.com/videojs/videojs-vr/issues/216))

<a name="1.10.1"></a>
## [1.10.1](https://github.com/videojs/videojs-vr/compare/v1.10.0...v1.10.1) (2022-08-16)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,7 @@ This project is a conglomeration of a few amazing open source libraries.
* [VideoJS](http://www.videojs.com)
* [Three.js](http://threejs.org)
* [webvr-polyfill](https://github.com/borismus/webvr-polyfill)
* [webxr-polyfill](https://github.com/immersive-web/webxr-polyfill)
* [Omnitone](https://googlechrome.github.io/omnitone)

## Support ##
Expand Down
24 changes: 24 additions & 0 deletions kevs.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>videojs-vr Demo</title>
</head>
<body>
<iframe width="700" height="400" src="examples/180-mono.html" allowfullscreen="" webkitallowfullscreen="" mozallowfullscreen="" allow="gyroscope; accelerometer; xr"></iframe>
<ul>
<li><a href="https://immersive-web.github.io/webxr-samples/immersive-ar-session.html">Kev polyfill test 1.</a></li>
<li><a href="examples/180.html">180 video example</a></li>
<li><a href="examples/180-mono.html">180 video example (monoscopic input)</a></li>
<li><a href="examples/360-cube.html">360 Cube Video example</a></li>
<li><a href="examples/360.html">360 Video example</a></li>
<li><a href="examples/360-two.html">Another 360 Video example</a></li>
<li><a href="examples/360-tb.html">360 TB Video example</a></li>
<li><a href="examples/eac.html">EAC video example</a></li>
<li><a href="examples/eac-lr.html">EAC LR video example</a></li>
<li><a href="examples/fluid.html">"Fluid" video size example</a></li>
<li><a href="examples/spatial.html">Spatial audio example</a></li>
<li><a href="examples/sphere-detail.html">360 with increased sphere detail example</a></li>
</ul>
</body>
</html>
Loading

0 comments on commit f41dc2a

Please sign in to comment.