Skip to content

Helper library to make the OVR Toolkit Custom Apps API more accessible

Notifications You must be signed in to change notification settings

jangxx/ovrt-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

OVR Toolkit Custom Apps Helper Library

A library to simplify the usage of the OVR Toolkit custom apps API.

Usage

First, either include the file in your html

<script src="ovrt-helper.js"></script>

or uncomment the last few lines and include it as a common.js module:

const { OVRT } = require("./ovrt-helper");

Afterwards you can instantiate an OVRT object and be good to go:

const ovr = new OVRT({ function_queue: true }); // function queue allows function calls without waiting for the API ready event

Reference

A full overview and reference for all classes and methods can be found on the OVR Toolkit Wiki.

About

Helper library to make the OVR Toolkit Custom Apps API more accessible

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •