# BeyondExtTrackingInterface

VRCFaceTracking tracking module for the Bigscreen Beyond HMD.

## Quick start

```bash
# 1. Ensure .NET 7 is installed
dotnet --version  # should read 7.x

# 2. Restore deps & build
dotnet restore
dotnet build -c Release
```

Grab the resulting *`bin/Release/net7.0/BeyondExtTrackingInterface.dll`* and drop it into

```
%APPDATA%\VRCFaceTracking\CustomLibs
```

🔥 **Done!** VRCFaceTracking will load it on next launch.