SceneVR is my attempt to create hyperlinked virtual world that run in the browser. You create your scenes using xml + css + javascript, and then when they are deployed, you and your friends can run around in the same world and interact with each other.
If you have a rift, download a webVR enabled browser from tojiro or mozvr, and hit F to go into rift mode. Make sure you click the orange globes to visit the linked galleries. If you want to create your own content for SceneVR - there are some instructions at:
Pretty major update today, changed the server to only send deltas (things that are changing in the scene) instead of syncing the entire scene with every network update. Way less network traffic now.
Also merged in a pull request with xbox 360 gamepad support, thanks @brodavi!
You can now login and use your name in scenevr. I also upgraded the version of the physics library so you can use your meshes for collision, instead of having to manually create a collision model. Also deployed a new version of the home room with a little cave that links to the chess game.