Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crazyh2/webxr-ios
WebXR for iOS that works with the normal polyfill. The current supported devices are: Cardboard. (Currently VR only, use XRViewer for AR)
https://github.com/crazyh2/webxr-ios
ar augmented-reality augmentedreality ios ipad iphone polyfill support virtual-reality virtualreality vr webar webvr webxr
Last synced: 27 days ago
JSON representation
WebXR for iOS that works with the normal polyfill. The current supported devices are: Cardboard. (Currently VR only, use XRViewer for AR)
- Host: GitHub
- URL: https://github.com/crazyh2/webxr-ios
- Owner: CrazyH2
- License: other
- Created: 2024-02-29T16:51:29.000Z (8 months ago)
- Default Branch: latest
- Last Pushed: 2024-03-02T07:39:22.000Z (8 months ago)
- Last Synced: 2024-10-10T01:02:16.718Z (27 days ago)
- Topics: ar, augmented-reality, augmentedreality, ios, ipad, iphone, polyfill, support, virtual-reality, virtualreality, vr, webar, webvr, webxr
- Language: JavaScript
- Homepage: https://webxr.huckle.dev
- Size: 39.1 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
Note: this only supports "immersive-vr" currently.
```# WebXR iOS
WebXR for iOS that works with the normal polyfill# Setup and installation
- Download `/build/webxr-ios.min.js`
- Add the following to your HTML: `import WebXR_iOS from "./webxr-ios.min.js"` (Requires ESM)
- Initialize WebXR iOS
```js
import WebXR_iOS from "./webxr-ios.min.js";var xr_ios = WebXR_iOS({
debug: false,
ui: true,
});
```# Are you supported?
- # Browsers
- Safari
- Firefox
- Chrome
- Edge
- Any Chromium based browsers
- # Mobile Support
- iOS ( Cardboard )
- iPadOS ( Development )
- # Headset Support
- Cardboard
- ### If you use WebXR iOS alongside the normal polyfill then you can have:
- Google Daydream
- HTC Vive
- Magic Leap One
- Microsoft Hololens
- Oculus Rift
- Samsung Gear VR
- Windows Mixed Reality headsets# License
WebXR-iOS by CrazyH is licensed under Attribution-NonCommercial-ShareAlike 4.0 International