Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dataarts/dat.guiVR
A flexible graphical user interface for changing variables within WebVR.
https://github.com/dataarts/dat.guiVR
Last synced: 4 months ago
JSON representation
A flexible graphical user interface for changing variables within WebVR.
- Host: GitHub
- URL: https://github.com/dataarts/dat.guiVR
- Owner: dataarts
- License: apache-2.0
- Archived: true
- Created: 2016-08-15T20:49:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T00:09:49.000Z (about 7 years ago)
- Last Synced: 2024-06-22T18:48:17.506Z (6 months ago)
- Language: JavaScript
- Homepage: https://workshop.chromeexperiments.com/examples/guiVR/
- Size: 25.8 MB
- Stars: 311
- Watchers: 28
- Forks: 50
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dat.GUI for VR
![Preview](https://github.com/dataarts/dat.guiVR/raw/master/preview.gif)
A flexible graphical user interface for changing variables within WebVR. Rather than jumping in an out to adjust variables in your code, tweak them at run-time within VR.
Inspired by the original [dat-gui](https://workshop.chromeexperiments.com/examples/gui/#1--Basic-Usage) and built on top of [THREE.js](http://threejs.org/).
# Documentation
[Tutorial](https://workshop.chromeexperiments.com/examples/guiVR)[Wiki](https://github.com/dataarts/dat.guiVR/wiki)
[API Docs](https://github.com/dataarts/dat.guiVR/wiki/API-and-Examples)
# Build and Run
If you are using npm modules and want to use this library, contribute, or test:npm install
npm run devWait for the build to complete and a test server will start.
## Examples
Then navigate to **localhost:8000** on a VR enabled browser.## Notes
* This module assumes the existence of THREE.js in global scope somewhere.
* Can be used as a drop in script include (like the examples) or as an ES6 module / node build.