Looking Glass Core JS
Last updated
Was this helpful?
Last updated
Was this helpful?
(last updated July 2024)
Note: Looking Glass Core JS is no longer being actively developed. Please instead see which includes which supports all of the same features and more.
Looking Glass Core (previously HoloPlay Core) apps will continue to work with Looking Glass displays sold prior to 2024.
This JavaScript library makes developing custom web-based holographic applications or integrating existing web-based rendering software with Looking Glass displays easy. With HoloPlayCore.js, developers can now interact with HoloPlay Service and obtain necessary information from the Looking Glass.
You can use this library to build a variety of web apps ranging from a simple gallery for displaying quilts to a complete 3D rendering program. For an example implementation of how to use looking glass core.js to develop web-based 3D rendering program, review the source code and its documentation, though note that this library has now been designated legacy software as it is no longer being actively maintained.
A client to communicate with HoloPlay Service.
Shows calibration data and window information.
Pre-defined Message objects make communication easier.
Quilt loading and viewing functionality (see for more details).
The end user must have installed on their machine.
From CDN:
Include in html with script tag: (use holoplaycore.min.js
for the minified version)
or skip the script tag and import the ES6 module (note the different filename!):
or in Node:
From :
Visit our documentation on the for more detailed support on how to effectively use and integrate HoloPlayCore.js into your application.
Visit our documentation on HoloPlayCore.js code for more details on implementation.
Email us at if you have any further questions about how you can integrate HoloPlay Core into your software.