VR Embedding

The entry point from the normal web into the KaraSpace augmented reality is provided by a powerful plugin that can be embedded into any web page with the following HTML code snippets.

The portal will ultimately be the AR-Spectacles. Until then, there are infinite use cases to use the virtual assets on the classical web.

Entering the KaraSpace will always give access to the underlying code for trusted computing and development. For plugin development, the code below can be executed in a Sandbox.

Javascript & HTML

Users who have access to javascript on their webspace can use the following plugin code:


AR Example:
Enter KaraSpace

Test.html

The Plugin can be used multiple times on a single page, by altering the prefix on the top part of the plugin: Here from “ar” to “view”:

secondInstance.html

The variables can be changed: Here the exitReset, appTitle and canvasHeight as well as the button and frame size has been altered.
MyView Example:
Enter KaraSpace

variableOptions.js

HTML only

Users who have no access to javascript on their webspace can use the following plugin. The iframe size must be set from the beginning and the parameters must be inserted into the url.  The Url can also be used in a link. With runMode=run and splitMode=true the result is better suited for a window.

AR Example without scripting:                                  Open in Window

VR-TestPlugin.html