JanusVR Documentation
[BUILD] Editing the UI: Intro
The user interface in JanusVR is itself a customizable webpage. Using JanusVR-specific hooks and JavaScript, users can create their own customizable interface. To begin modifying the interface, open the JanusVR/assets/2dui folder, and locate the file called index.html.
The window.janus object that is accessible from this specific webpage allows players to read and write internal JanusVR values that are usually inaccessible to webmasters. By taking advantage of these hooks into JanusVR, you can create a powerful interface that responds to user interaction and the environment around you.
Please note that if you use an iframe from within this page, you should use parent.window.janus to access the janus object.