Developers / API reference / Overview
API reference
The two ways to talk to HEXR from code: the Python library and the Unity C# API.
Two surfaces
| Surface | Use it for | Status |
|---|---|---|
| Python library | Scripts, research rigs, direct BLE control | Available |
| Unity (C#) | VR / MR apps in Unity | Reference coming with SDK |
The model
However you call it, HEXR follows the same model: your app raises an event (a touch or grip), you specify which fingers and an intensity, and the glove drives the matching soft actuators. See Events & data.
In progress
This page is being completed — the full detail lands with the upcoming HEXR SDK release. Meanwhile the developer hub and the runtime tutorials have what you need to start.