MozillaReality / horizon

(2015) Horizon was an experimental VR browser built on web standards using CSS-VR.
http://mozvr.github.io/horizon/web/
Other
1 stars 0 forks source link

Update HUD catalogue to match the catalogue demoed at Whistler #187

Open cvan opened 9 years ago

cvan commented 9 years ago

what to do

  1. update the directory.json file to point to the demos shown at Whistler (sans the path keys)
  2. for each project's repo, upstream all the fixes that were made in these individual demo directories: https://github.com/MozVR/webvr-demos/tree/master/public/demos
caseyyee commented 9 years ago

Some of the changes involve making the examples display by default a stereo view. Probably not something we want to upstream. Besides this, we haven't settled yet settled on a definitive way to declare VR sites, so I want to make sure we have that all figured out first.

For demos that we have control over (like sechelt, panorama, etc), and the directory.json itself we should update.

cvan commented 9 years ago

yeah, or we could fork all the demos and host them on GitHub pages. at least that would be good enough until we evaluate and possibly implement the protocol changes.

caseyyee commented 9 years ago

Sure, that sounds reasonable.

caseyyee commented 9 years ago

Would like to have viewmodechange events avaiable to content to handle via https://github.com/MozVR/horizon/issues/180

jcarpenter commented 9 years ago

This has been done in hud-mark4 branch: https://github.com/MozVR/horizon/blob/hud-mark4/src/web/directory.json. Need to find some time (weekend?) to get up to speed w/ new React refactor then merge changes.