Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrspeaker/internetexplorer
Messin' around with three.js and webVR
https://github.com/mrspeaker/internetexplorer
javascript threejs vr
Last synced: 19 days ago
JSON representation
Messin' around with three.js and webVR
- Host: GitHub
- URL: https://github.com/mrspeaker/internetexplorer
- Owner: mrspeaker
- Created: 2015-02-20T22:44:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-08-19T02:54:37.000Z (about 2 years ago)
- Last Synced: 2024-10-10T22:48:40.121Z (about 1 month ago)
- Topics: javascript, threejs, vr
- Language: JavaScript
- Homepage:
- Size: 436 KB
- Stars: 21
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Internet Explorer
Reddit ImgUr Explorer, made for the VR devices.
[Try it out on the internets](http://mrspeaker.github.io/InternetExplorer/) (really needs VR-enabled browser, but eh...)
Loads subreddit ImgUrl images as a 3d gallery. You can use it in a normal ol' browser, but it doesn't feel like you're browsing the future: so go get a Rift and a browser with VR support - see [MozVR.com](http://www.mozvr.com) or [Chrome builds](http://blog.tojicode.com/2014/07/bringing-vr-to-chrome.html).
**Controls:**
/ to enter typing mode. Type a subreddit and hit enter.
WSAD: Move
Arrows: Rotate
Q/E: Up 'n down
Space: Remove an obelisk.
Enter: When you are looking at a "/r/" obelisk, loads the subreddit.
Z: reset VR sensor.![redditbeach](https://cloud.githubusercontent.com/assets/129330/6426318/a8bcecd6-bf22-11e4-8855-a6369447ef42.jpg)
![redditbeach2](https://cloud.githubusercontent.com/assets/129330/6426319/aa3b058e-bf22-11e4-838a-bbd2f7681e4f.jpg)## Notes
* The base code (things in /lib: VRManager, VREffect etc) is from the [Sechelt demo](https://github.com/MozVR/sechelt)
* If data isn't loading, make sure you aren't ad-blocking/anti-tracking reddit. Firefox is blocking reddit api calls by default## Todos
* mouse looks left/right (same as arrow keys)
* R should reset sensor (not Z, or and Z)
* typing doesn't disable movment
* making shadows
* handle imgur galleries
* stagger image loading (tonnes of requests is slow in firefox)
* non-square images
* downscale big images (not even needed for Oculus rez)
* faster moving. Double-tap-to-run, or shift run.