All Projects → bryik → stereo-panorama-viewer

bryik / stereo-panorama-viewer

Licence: other
View stereoscopic panoramas in your browser!

Programming Languages

Svelte
593 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects
CSS
56736 projects

Projects that are alternatives of or similar to stereo-panorama-viewer

Thehallaframe
WebVR demo that displays art
Stars: ✭ 120 (+421.74%)
Mutual labels:  threejs, aframe
aframe-registry
[DISCONTINUED] Curated collection of community A-Frame components.
Stars: ✭ 76 (+230.43%)
Mutual labels:  threejs, aframe
Studio
An authoring platform to build Web Augmented Reality experiences, without coding knowledge
Stars: ✭ 135 (+486.96%)
Mutual labels:  threejs, aframe
A Mmd
A-Frame MMD component
Stars: ✭ 74 (+221.74%)
Mutual labels:  threejs, aframe
lvr
👓 Augmented Reality for everyone - Out of the world experiences
Stars: ✭ 92 (+300%)
Mutual labels:  threejs, aframe
Awesome Aframe
[DISCONTINUED] Collection of awesome resources for the A-Frame WebVR framework.
Stars: ✭ 1,310 (+5595.65%)
Mutual labels:  threejs, aframe
Aframe Effects
A VR Ready Post processing framework for Three.js and/or A-Frame
Stars: ✭ 176 (+665.22%)
Mutual labels:  threejs, aframe
Aframe Camera Transform Controls Component
Camera transform controls component for A-Frame
Stars: ✭ 47 (+104.35%)
Mutual labels:  threejs, aframe
a-blast
💥 Save the World From the Cutest Creatures in the Universe!
Stars: ✭ 116 (+404.35%)
Mutual labels:  threejs, aframe
Aframe
🅰️ web framework for building virtual reality experiences.
Stars: ✭ 13,428 (+58282.61%)
Mutual labels:  threejs, aframe
3dstreet
🚲🚶🚌 Web-based 3D visualization of streets using A-Frame
Stars: ✭ 74 (+221.74%)
Mutual labels:  threejs, aframe
aframe-globe-component
3D Globe data visualization component for A-Frame
Stars: ✭ 27 (+17.39%)
Mutual labels:  threejs, aframe
Aframe Vimeo Component
Stream Vimeo videos into WebVR.
Stars: ✭ 62 (+169.57%)
Mutual labels:  threejs, aframe
Webxr Handtracking
👐 WebXR hand tracking examples
Stars: ✭ 116 (+404.35%)
Mutual labels:  threejs, aframe
Aframe Forcegraph Component
Force-directed graph component for A-Frame
Stars: ✭ 60 (+160.87%)
Mutual labels:  threejs, aframe
Altspacesdk
Software Development Kit for AltspaceVR
Stars: ✭ 159 (+591.3%)
Mutual labels:  threejs, aframe
A Painter
🎨 Paint in VR in your browser.
Stars: ✭ 539 (+2243.48%)
Mutual labels:  threejs, aframe
Aframe Extras
Add-ons and helpers for A-Frame VR.
Stars: ✭ 722 (+3039.13%)
Mutual labels:  threejs, aframe
Ar.js
Image tracking, Location Based AR, Marker tracking. All on the Web.
Stars: ✭ 3,048 (+13152.17%)
Mutual labels:  threejs, aframe
aframe-bmfont-text-component
A-Frame component for rendering bitmap fonts.
Stars: ✭ 62 (+169.57%)
Mutual labels:  threejs, aframe

stereo-panorama-viewer

Netlify Status

A red pond with some UI overlaid

View stereoscopic panoramas in your browser!

usage

format

Only "stacked" panoramas are supported. A "stacked" panorama is composed of two equirectangular-panoramas one on top of the other.

Two sources are:

query parameters

url

Should contain a direct link to a panorama.

Example:

https://spano.pyrik.dev/?url=https%3A%2F%2Fi.imgur.com%2FPgAHSy8.jpg

embedded

If the querystring contains embedded, then all UI will be hidden except for the "Enter VR" button.

Example:

https://spano.pyrik.dev/?embedded=&url=https%3A%2F%2Fi.imgur.com%2FPgAHSy8.jpg

local development

Install the dependencies...

cd stereo-panorama-viewer
npm install

...then start Rollup:

npm run dev

Navigate to localhost:5000. You should see the app running.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the sirv commands in package.json to include the option --host 0.0.0.0.

building

To create an optimised version of the app:

npm run build

deployment

stereo-panorama-viewer automatically deploys to Netlify every time a commit is pushed to the master branch.

notes

  • This repo used to be called "overunder-aframe". It has been renamed to be more descriptive and to refocus on a core feature: displaying stereo panoramas.

references

  • The logo/favicon uses the photo.svg tabler-icon.
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].