All Projects → vimeo → Aframe Vimeo Component

vimeo / Aframe Vimeo Component

Licence: mit
Stream Vimeo videos into WebVR.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Aframe Vimeo Component

Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+93.55%)
Mutual labels:  aframe, webgl, threejs, oculus, vr, webvr
Webxr Handtracking
👐 WebXR hand tracking examples
Stars: ✭ 116 (+87.1%)
Mutual labels:  aframe, webgl, threejs, oculus, vr
3dio Js
JavaScript toolkit for interior apps
Stars: ✭ 255 (+311.29%)
Mutual labels:  aframe, webgl, threejs, vr, webvr
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+454.84%)
Mutual labels:  aframe, threejs, oculus, vr, webvr
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+183.87%)
Mutual labels:  aframe, webgl, threejs, vr, webvr
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+21558.06%)
Mutual labels:  aframe, threejs, oculus, vr, webvr
Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+164.52%)
Mutual labels:  webgl, threejs, vr, webvr
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+19.35%)
Mutual labels:  aframe, threejs, vr, webvr
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (-45.16%)
Mutual labels:  webgl, threejs, vr, webvr
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+2012.9%)
Mutual labels:  aframe, threejs, vr, webvr
Moonrider
🌕🏄🏿 Surf the musical road among the stars. Side project built by two people in a few months to demonstrate WebXR.
Stars: ✭ 292 (+370.97%)
Mutual labels:  aframe, webgl, threejs, webvr
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+22.58%)
Mutual labels:  threejs, vr, webvr, aframe
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+108.06%)
Mutual labels:  threejs, oculus, vr, webvr
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+769.35%)
Mutual labels:  aframe, threejs, vr, webvr
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+656.45%)
Mutual labels:  aframe, threejs, vr, webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+87.1%)
Mutual labels:  threejs, vr, webvr, aframe
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+48.39%)
Mutual labels:  threejs, vr, webvr, aframe
aframe-controller-cursor-component
A cursor for tracked controllers.
Stars: ✭ 30 (-51.61%)
Mutual labels:  vr, oculus, aframe
aframe-mirror-component
Mirror effect material that works with snapshots of the scene for A-Frame
Stars: ✭ 29 (-53.23%)
Mutual labels:  threejs, vr, webvr
aframe-xylayout
Flexbox like 2D layout + UI components for A-Frame.
Stars: ✭ 23 (-62.9%)
Mutual labels:  vr, webvr, aframe

Vimeo A-Frame component

An A-Frame component for streaming video from Vimeo to WebGL/VR/AR apps

Build Status Code Style Glitch Examples status License

Getting startedWikiStay in touch

Examples

Basic Shapes 360 WebVR Playback Control

Features

📼 Streaming video made simple: The component lets you stream video hosted on Vimeo directly to your A-Frame app

🏋🏿‍ Let us do the heavy lifting: stream multiple resolutions including adaptive video on supported platforms for best performance and video quality

📱 Works everywhere: works on phones, tablets, laptops, computers, VR headsets and even underwater

Usage

To start playing and streaming video now, remix the Glitch example:

Glitch remix badge

The first step is to generate your own Vimeo API token. Generate the token, and then copy it and paste it into the .env in Glitch.

Almost done, go to the basic example under examples/basic.html and change the video id in line in to your Vimeo video id. It should look like

 <a-entity vimeo="id: vimeo_video_id">

Try our other examples or head to our Getting Started guide to learn more

Streaming Vimeo videos requires video file access via the Vimeo API. Accessing video files is limited to Vimeo Pro and Business customers. Also, for security reasons, it is necessary to run the included server which communicates with the API, if you are interested in learning more checkout our threejs-player repository which this component is based on.

Questions

For questions and support, open a Github issue.

Contributing

Get involved! Check out the Setting up the development environment guide for how to get started.

License

This software is free software and is distributed under an MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].