Lynx Core
The Lynx Core SDK enables Unity developers to build applications for Lynx-R1 headsets using OpenXR. It provides essential features including AR capabilities, position and rotation tracking, hand tracking integration via Ultraleap, and pre-built modules to accelerate development while simplifying headset configuration and setup.
com.lynx.core 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/lynx-mr-core.git?path=Packages/Core README Markdown
Copy this to your project's README.md
## Installation
Add **Lynx Core** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/lynx-mr-core.git?path=Packages%2FCore
```
[](https://www.pkglnk.dev/pkg/lynx-mr-core)Used By (1)
README
Lynx Unity SDK
Context
This SDK based on OpenXR allows Unity users to develop their own application for Lynx headset.
Its goal is to ease the development on the headset and let developers to quickly build an application on the device.
Description
Core
Contains all needed scripts to build an application for the Lynx headset.
With Core, you'll be able to have the Augmented Reality features as well as position and rotation tracking.
This section explains how to install and configure the project (mostly automated).
Handtracking
Lynx handtracking is based on the Ultraleap software stack.
This section explains how to integrate Ultraleap Tracking and use it inside your scene.
Modules
Modules are additional features already developed by the team to ease your development on the headset.
It contains all the modules we are happy to share with you.
Features
This part explains the different features provided by the SDK with different examples to explore the headset's capabilities.
No comments yet. Be the first!