Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MozillaReality/immersive-custom-elements
INACTIVE - Immersive Custom Elements
https://github.com/MozillaReality/immersive-custom-elements
inactive unmaintained
Last synced: 24 days ago
JSON representation
INACTIVE - Immersive Custom Elements
- Host: GitHub
- URL: https://github.com/MozillaReality/immersive-custom-elements
- Owner: MozillaReality
- License: mpl-2.0
- Archived: true
- Created: 2019-05-30T07:27:49.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2019-11-28T00:59:49.000Z (about 5 years ago)
- Last Synced: 2024-08-04T01:05:02.366Z (4 months ago)
- Topics: inactive, unmaintained
- Language: JavaScript
- Homepage: https://mixedreality.mozilla.org/immersive-custom-elements/examples/index.html
- Size: 88.9 MB
- Stars: 134
- Watchers: 16
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-web-components - Immersive Custom Elements - Set of web components for embedding immersive (VR & AR) content. (Real World / Component Libraries)
- awesome-star-libs - MozillaReality / immersive-custom-elements
README
# Immersive Custom Elements
`immersive-custom-elements` is a set of web components to embed immersive (VR & AR) content into
your web page by using custom element tags. It currently includes components for* 360 images
* 360 video[Demo](https://mixedreality.mozilla.org/immersive-custom-elements/examples/index.html) /
[Blog post](https://blog.mozvr.com/custom-elements-for-the-immersive-web/)## Usage
### Sample code
Add the link to `immersive-custom-elements.js` with `` tag. You can download the file from this repository or use the link to the CDN.
```html
<html>
<head>
<script src="https://rawcdn.githack.com/MozillaReality/immersive-custom-elements/v0.2.0/build/immersive-custom-elements.js">