masonicboom / react-cardboard

Proof-of-concept hooking up React with Google Cardboard
https://masonicboom.github.io/react-cardboard/
ISC License
60 stars 2 forks source link

ViewMaster question #1

Open winkler1 opened 8 years ago

winkler1 commented 8 years ago

Not an issue, but question about the ViewMaster -- can you view arbitrary webpages and have accelerometer/head turns scroll the page? Thought it would be locked down to their content capsules...

Very cool project!

masonicboom commented 8 years ago

The View Master is just a nice implementation of the Google Cardboard spec (see https://www.google.com/get/cardboard/).

To use it for viewing web pages, you would need to display the page in the same sort of stereoscopic view that this project does. That might be doable with a browser plugin. Or a custom mobile browser (native app). If you get something running, I'd be interested to see it.

Glad you like the project!