All Projects → mdn → webvr-tests

mdn / webvr-tests

Licence: CC0-1.0 license
A set of simple tests for testing WebVR functionality. See https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API for the latest on the documentation.

Programming Languages

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

Projects that are alternatives of or similar to webvr-tests

devtools-examples
Code examples that accompany the MDN Firefox Developer Tools documentation
Stars: ✭ 22 (-69.86%)
Mutual labels:  mdn-docs
wormhole
A wormhole simulation.
Stars: ✭ 32 (-56.16%)
Mutual labels:  webvr
zeo
Multiplayer WebVR worlds made out of npm modules.
Stars: ✭ 47 (-35.62%)
Mutual labels:  webvr
Pythonista
Here, some experiments with Pythonista...
Stars: ✭ 18 (-75.34%)
Mutual labels:  webvr
webvr-demo
A simple demo use WebVR API with pure webGL.
Stars: ✭ 30 (-58.9%)
Mutual labels:  webvr
webvrrocks
Your guide to Virtual Reality in the browser.
Stars: ✭ 116 (+58.9%)
Mutual labels:  webvr
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+58.9%)
Mutual labels:  webvr
aframe-xylayout
Flexbox like 2D layout + UI components for A-Frame.
Stars: ✭ 23 (-68.49%)
Mutual labels:  webvr
belajar-aframe
Belajar A-Frame (WebVR) - Virtual Reality on the Web
Stars: ✭ 14 (-80.82%)
Mutual labels:  webvr
spot-the-bot
A cooperative WebVR game by Hook Studios. Checkout other WebVR experiments at https://webvrexperiments.com
Stars: ✭ 17 (-76.71%)
Mutual labels:  webvr
aframe-react
React library for A-frame
Stars: ✭ 58 (-20.55%)
Mutual labels:  webvr
forgejs-plugins
Plugins for the ForgeJS WebVR framework.
Stars: ✭ 22 (-69.86%)
Mutual labels:  webvr
cardboard-vr-display
A JavaScript implementation of a WebVR 1.1 VRDisplay
Stars: ✭ 84 (+15.07%)
Mutual labels:  webvr
home-space
Startpage and WebXR home
Stars: ✭ 43 (-41.1%)
Mutual labels:  webvr
PolyDraw
✳️ PTSource PolyDraw is a free 3D polygonal modeller for Windows x86 and x64, for creating or modifying 3D objects using a mesh of 3D points and parametric NURBS Curves .Exports and imports to over 40 formats including WebVR and 3D Printing.
Stars: ✭ 17 (-76.71%)
Mutual labels:  webvr
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+26.03%)
Mutual labels:  webvr
spacesvr
A standardized reality for the future of the 3D Web.
Stars: ✭ 135 (+84.93%)
Mutual labels:  webvr
DepthKit-A-Frame
🎥 An A-Frame component for rendering DepthKit volumetric videos in WebVR
Stars: ✭ 34 (-53.42%)
Mutual labels:  webvr
aframe-chromakey-material
A chromakey material for green screening in A-Frame. Perfect for blockbuster hollywood effects in VR! 🤗🎬💚
Stars: ✭ 53 (-27.4%)
Mutual labels:  webvr
aframe-speech-controls-component
alternative form of inputs for in-VR interaction with the content of a scene
Stars: ✭ 13 (-82.19%)
Mutual labels:  webvr

webvr-tests

Simple tests for testing WebVR functionality. See https://developer.mozilla.org/en-US/docs/Web/API/WebVR_API for the latest on the documentation.

The tests are as follows:

  • basic-display-info — Demo that detects all VRDisplays connected to the computer and displays all their basic capabilities.
  • field-of-view-test — Demo that detects the first VRDisplay connected to the computer and displays its field of view information.
  • stage-parameters-test — Demo that detects the first VRDisplay connected to the computer and displays its stage parameterss.
  • raw-webgl-example — A quick 'n' dirty example that shows the basics of how to use the WebVR API.
  • vr-controller-basic-info — Demo that detects and outputs information about VRDisplays and associated controllers connected to your computer.
  • raw-webgl-controller-example — A quick 'n' dirty example that shows the basics of how to use the WebVR API along with the Gamepad API to control objects in 3D space.
  • aframe-demo — A simple WebVR demo that uses Mozilla's A-Frame framework to create a scene.
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].