All Projects → Yonet → WebVRExamples

Yonet / WebVRExamples

Licence: Apache-2.0 License
yonet.github.io/webvrexamples/examples/cubes.html

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to WebVRExamples

Patches
Patches is a visual programming editor for building WebVR and WebGL experiences.
Stars: ✭ 164 (+763.16%)
Mutual labels:  vr, webvr, virtual-reality, three-js
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+384.21%)
Mutual labels:  vr, webvr, virtual-reality, three-js
MixedRealityResources
Mixed Reality related resources
Stars: ✭ 190 (+900%)
Mutual labels:  webvr, virtual-reality, mixed-reality
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+300%)
Mutual labels:  vr, webvr, virtual-reality
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+70573.68%)
Mutual labels:  vr, webvr, virtual-reality
Aframe React
:atom: Build virtual reality experiences with A-Frame and React.
Stars: ✭ 1,199 (+6210.53%)
Mutual labels:  vr, webvr, virtual-reality
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+6794.74%)
Mutual labels:  vr, webvr, virtual-reality
Guri Vr
https://gurivr.com
Stars: ✭ 177 (+831.58%)
Mutual labels:  vr, webvr, virtual-reality
Webxr Polyfill
Use the WebXR Device API today, providing fallbacks to native WebVR 1.1 and Cardboard
Stars: ✭ 251 (+1221.05%)
Mutual labels:  vr, webvr, virtual-reality
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+510.53%)
Mutual labels:  vr, webvr, virtual-reality
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+289.47%)
Mutual labels:  vr, webvr, three-js
webvrrocks
Your guide to Virtual Reality in the browser.
Stars: ✭ 116 (+510.53%)
Mutual labels:  vr, webvr, virtual-reality
Superframe
📦 A super collection of A-Frame components.
Stars: ✭ 1,061 (+5484.21%)
Mutual labels:  vr, webvr, virtual-reality
Remixvr
RemixVR is a tool for collaboratively building customisable VR experiences.
Stars: ✭ 129 (+578.95%)
Mutual labels:  vr, webvr, virtual-reality
Worlds2
Building Virtual Reality Worlds using Three.js
Stars: ✭ 34 (+78.95%)
Mutual labels:  vr, webvr, virtual-reality
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+2736.84%)
Mutual labels:  vr, webvr, virtual-reality
Ideaspace
😎 Create interactive 3D and VR web experiences for desktop, mobile & VR devices
Stars: ✭ 344 (+1710.53%)
Mutual labels:  vr, webvr, virtual-reality
Aframe Inspector
🔍 Visual inspector tool for A-Frame. Hit *<ctrl> + <alt> + i* on any A-Frame scene.
Stars: ✭ 469 (+2368.42%)
Mutual labels:  vr, webvr, virtual-reality
Stereokit
An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!
Stars: ✭ 195 (+926.32%)
Mutual labels:  vr, virtual-reality, mixed-reality
UnityPlugin
Ultraleap SDK for Unity.
Stars: ✭ 447 (+2252.63%)
Mutual labels:  vr, virtual-reality, mixed-reality

Slides

bit.ly/fem-webvr

Poly API - Web Sample

Copyright (c) 2017 Google Inc. All rights reserved.

This is a sample project showing how to invoke the Poly API from a web app.

How to run

First, generate an API Key for the Poly API following the instructions in the developer documentation.

Then, enter your API key in each of the HTML files in this sample, replacing the value of the API_KEY variable or by creating a config.js:

const API_KEY = "*** INSERT YOUR API KEY HERE ***";

When replacing, do not leave the asterisks, replace the entire string by your API Key.

If you have Python installed, you can use the SimpleHTTPServer module to serve a local directory for testing:

cd /examples/
python -m SimpleHTTPServer 8000

Or you can npm install and run:

npm install
npm run start

These are the available samples:

  • examples/basic-sample.html. Shows how to load and display a single asset with known ID.

  • examples/search-sample.html. Shows how to search for assets and display them.

  • examples/tiltbrush-sample.html. Shows how to load and display a Tilt Brush sketch.

License

For license information, refer to the LICENSE file.

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].