https://github.com/discretetom/hstp-rayneo-air
HyperStudio's transform provider for RayNeo Air/1S.
https://github.com/discretetom/hstp-rayneo-air
Last synced: about 2 months ago
JSON representation
HyperStudio's transform provider for RayNeo Air/1S.
- Host: GitHub
- URL: https://github.com/discretetom/hstp-rayneo-air
- Owner: DiscreteTom
- License: mit
- Created: 2023-05-29T14:52:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-08T10:48:06.000Z (almost 2 years ago)
- Last Synced: 2025-02-05T06:38:57.739Z (4 months ago)
- Language: Rust
- Size: 87.9 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# HyperStudio's Transform Provider for RayNeo Air/1S AR Glasses


[](https://github.com/DiscreteTom/hstp-rayneo-air/actions/workflows/build.yml)## Download
From [Releases](https://github.com/DiscreteTom/hstp-rayneo-air/releases).
## Usage
This works with [HyperStudio](https://github.com/DiscreteTom/HyperStudio) V2.
Replace `HyperStudio_Data/Plugins/x86_64/TransformProvider.dll` with the `TransformProvider.dll` in the release, and place `XRSDK.dll` into `HyperStudio_Data/Plugins/x86_64/`.
> After the action there should be 3 DLLs in `HyperStudio_Data/Plugins/x86_64/`: `TransformProvider.dll`, `XRSDK.dll` and `grpc_csharp_ext.dll`.
> The `XRSDK.dll` is from [RayNeo's MirrorStudio](https://bbs.leiniao.com/thread/173).
## Build
```bash
cargo build --release
```## [CHANGELOG](CHANGELOG.md)