JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q36101F

Create VR tours. Built on React VR. LiveTourLab is the #1 open source framework and ecosystem for creating Live Tours. Extend with your own VR components in minutes.

Package Exports

  • live-tour-lab

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (live-tour-lab) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

LiveTourLab


LiveTourLab is an extensible framework for creating Live VR Tours. Extend with your own VR components in minutes. Built on React VR

Create 3D VR Live Tours with any camera. View on computer, phone or headset.

Resources

Getting started

  1. Create new React VR project, add LiveTourLab
react-vr init MyLiveTour
cd MyLiveTour
npm install live-tour-lab --save
npm install
  1. index.vr.js

Super simple: Import and render a . Complete index.vr.js file:

import React from 'react';
import { AppRegistry } from 'react-vr';

import {LiveTour} from 'live-tour-lab';

export default class MyLiveTour extends React.Component {
  render() {
    return (
      <LiveTour tourURI='fraser-tour.json' />
    );
  }
};

AppRegistry.registerComponent('MyLiveTour', () => MyLiveTour);
  1. Get the Example Tour
git clone ... static_assets/
  1. Run your first Live Tour!
npm start

Star and Create!

We built the world's best Live Tour VR platform and gave it away for free as open source, while many companies are still charging $2,000/month and still cannot come anywhere near this experience.

In return I need you to:

  • Please star this repo now - this is new, we need you now!
  • Please follow this repo now - please take part in the discussion!
  • Add more awesome VR components and share them back to the LiveTourLab community

That's it! Now go ahead and add your own awesome components!

The team behind LiveTourLab has changed the world once already in Telecom, with 7.1 billion connected devices, exceeding world population. Now we will do it a 2nd time with VR. We target 1 billion live tours by 2018. It is all about ecosystem. Inclusiveness instead of protectionism. We humbly welcome this great community to pioneer the next wave. Most Welcome! If I can now ask you to please begin with starring and following the repo.

Finally, thank you and hat off to the amazing Facebook team that open sourced React VR, which we built this version of our platform on. Well done building an amazing piece of software, making building new LiveTourLab components both faster and more fun! Thank you!

Anders

Example

Live Tour Lab demo