https://github.com/ryanmcdermott/vr-desk
:computer: A WebVR experiment, join in!
https://github.com/ryanmcdermott/vr-desk
Last synced: about 1 year ago
JSON representation
:computer: A WebVR experiment, join in!
- Host: GitHub
- URL: https://github.com/ryanmcdermott/vr-desk
- Owner: ryanmcdermott
- Created: 2015-12-29T06:41:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-29T07:00:14.000Z (over 10 years ago)
- Last Synced: 2024-10-21T21:07:58.619Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://vr-desk.herokuapp.com/
- Size: 2.24 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VR Desk
----
## What is VR Desk?
This is an experiment to use WebVR to render a programming set up. The idea is to feature several monitors, running a browser-based version of Vim. In addition to that, StackOverflow will appear on one of the monitors. All of these are rendered as iframes with a CSS3DRenderer inside of ThreeJS. Currently, it's showing one monitor with my website [ryansworks.com](ryansworks.com)
**I need help with this, I can't render the iframe properly in Firefox Nightly. In direct-to-Rift mode the iframe appears skewed across the screen and it doesn't appear as it would in normal WebGL mode. I would love help!**
----
## Installation
1. Clone this repo
2. In the repo directory, run `python -m SimpleHTTPServer`
3. Open a WebVR browser, such as Firefox Nightly, and visit`localhost:8000`