RealityServer® Extras

RealityServer® Extras API

The RealityServer® Extras API is an addon to the RealityServer Client that provides additional utility classes.

Supported Environments

The API supports any environment the RealityServer® Client supports.

RealityServer® 5.2 2272.266 or later is required.

Installation

For native browser usage download via CDN:

<script src='https://unpkg.com/@migenius/realityserver-extras@1.0.7'></script>

or unminified

<script src='https://unpkg.com/@migenius/realityserver-extras@1.0.7/lib/umd/realityserver-extras.js'></script> 

Although for mission critical deployments it is recommended you serve the client API yourself.

For Node.js and bundlers simply install the modue:

$ npm install @migenius/realityserver-extras

GitHub

The RealityServer® Extras repository can be found on GitHub.