Skip to content

kexhest/webvr-iOS-360-video-test

Repository files navigation

WebVR iOS 360 video test

This is just a prototype too test stereoscopic rendering of 360 video on iOS devices. It's very experimental and not meant to be used in production.

Installation

If you've never used Node or npm before, you'll need to install Node. If you use homebrew, do:

brew install node

Otherwise, you can download and install from here.

Install dependencies

npm install

Running development environment

npm run dev

This will transpile assets and start an express server with hot module replacement middleware.

Preview production environment

npm run build
npm start

Code style

Depending on which editor you're using this may vary. For sublime, follow the instructions for ESLint here and for editor config here.

License

This repo is licensed under The MIT License (MIT).

About

Prototype for stereoscopic rendering of equirectangular video on iOS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published