# About

### What is Project North Star?

Project North Star is an open source augmented reality headset. It was initially released by LeapMotion (now UltraLeap) in 2018 and is currently supported by its open source community.&#x20;

There have been several iterations of the headset since the project began. The latest build is [Northstar Next](/project-north-star/northstar-next/introduction.md).

### Augmented Reality vs Virtual Reality

As opposed to Virtual Reality, where the user's view is generated entirely by a computer, Augmented Reality projects a rendered image over the real-world perspective of the user. This gives an effect of the rendered objects existing in the real world.&#x20;

To achieve this effect, an AR headset can use either a "pass-through" or a transparent optical system. A pass-through display streams the outside world to an enclosed LCD/LED screen. A transparent optical system projects an image which is reflected off a lens in front of the user's field of view.  Project North Star uses a transparent optical system.

### How the headset works

Though an AR headset is a very complex device, we can simplify it by separating its hardware and software into different components, each of which serve a specific function.&#x20;

Project North Star develops and/or sources the parts for each of these components, and provides instructions to combine them into a complete headset. Each headset version is comprised of different iterations of some or all of these parts.&#x20;

Each of these components can separated into the following categories:

* **Display:** The hardware that produces the images.&#x20;
* **Optics:** Lenses which bend light from the image so it is in-focus for the user.&#x20;
* [**Sensors**](/project-north-star/northstar-next/sensor-and-tracking-guide.md)**:** Hardware and software that track the user's position and orientation through space.
* [**Hand-tracking**](/project-north-star/northstar-next/sensor-and-tracking-guide.md#dedicated-hand-tracking-sensors)**:** Hardware and software that allows the user to interact with the artificial objects and environment.
* **Integrator:** Hardware and software that allows each component to communicate with each other.&#x20;
* **Runtime:** Software that acts as an intermediary between user applications and hardware.
* **Assembly:** Hardware that houses all the components to create an complete headset.

This separation of responsibility allows for different open or closed source solutions to be used in a headset, resulting in a modular design.

### Sourcing and Manufacturing

The challenges in this space are not limited to technological problems. Few people have the means to fabricate Printed Circuit Boards (PCBs), lenses, and LCD screens. So maintaining Project Northstar also means project contributors find and work with manufacturers and distributors for bespoke electronics. This influences both the design and availability of the headsets.

### Advantage of Open Source Design

With an active community, open documentation, and modular design, Project Northstar's headsets are customizable and repairable in a way that no other closed-source headset is. Anyone can contribute to the project. So the more its users customize and upgrade their devices, the more the project benefits as a whole.


---

# 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://docs.projectnorthstar.org/project-north-star/getting-started/about.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.
