xinaesthete / dat.guiVR

A flexible graphical user interface for changing variables within WebVR.

Home Page:https://workshop.chromeexperiments.com/examples/guiVR/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dat.GUI for VR

Preview

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 and built on top of THREE.js.

Documentation

Tutorial

Wiki

API Docs

Build and Run

If you are using npm modules and want to use this library, contribute, or test:

npm install
npm run dev

Wait 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.

About

A flexible graphical user interface for changing variables within WebVR.

https://workshop.chromeexperiments.com/examples/guiVR/

License:Apache License 2.0


Languages

Language:JavaScript 82.6%Language:HTML 17.4%