# Looking Glass Core Overview

(last updated July 2024)

{% hint style="warning" %}
**Note:** Looking Glass Core is no longer being actively developed. Please instead see [Looking Glass Bridge SDK](/software/looking-glass-bridge-sdk.md) which supports all of the same features and more.&#x20;

Looking Glass Core (previously HoloPlay Core) apps will continue to work with Looking Glass displays sold prior to 2024.
{% endhint %}

HoloPlay Core unlocks the ability to integrate your existing 3D software with Looking Glass displays, making the Looking Glass a holographic second monitor.

HoloPlay Core comes in two different flavors:

{% content-ref url="/pages/-MWj9-1h-e93R6Er2xmX" %}
[Looking Glass Core SDK](/legacy/legacy-software/core-sdk.md)
{% endcontent-ref %}

* Native dynamic libraries for Windows, Mac, and Linux

{% content-ref url="/pages/-MWj9-0PE-IRS0dBWekr" %}
[Looking Glass Core JS](/legacy/legacy-software/corejs.md)
{% endcontent-ref %}

* JavaScript for web or Node development&#x20;

Check out how **Schrödinger** used the HoloPlay Core SDK to improve their workflow.

![schrodinger\_1](/files/-MWj9C9TQYxwBz9jojDa)

{% hint style="warning" %}
The Looking Glass Core SDK is currently in closed beta. To apply, [click here](https://look.glass/holoplay-core).
{% endhint %}

Email us at <developer@lookingglassfactory.com> if you have any further questions about how you can integrate HoloPlay Core into your software


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lfdocs.lookingglassfactory.com/legacy/legacy-software/index.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
