Skip to content

Latest commit

 

History

History
63 lines (38 loc) · 2.32 KB

README.md

File metadata and controls

63 lines (38 loc) · 2.32 KB

HyperStudio

GitHub release (latest by date) Platform support Built with Unity3D license

Note: This is only available on Windows.

Cast your PC screens to AR glasses.

Features

  • Auto apply your monitor layout from your system settings.
  • Optionally show on all virtual desktops.
  • Move or scale your screen.
  • You can adapt to any AR glasses by implementing a TransformProvider DLL.

How to Use

Quick Start

First, connect your AR glasses to your PC, and make sure the project mode is extended.

Then, download the latest release from here. Run launch.bat. It will ask you for administrator privilege.

Note: Press Enter to toggle full screen mode. Hold Tab to show the help message.

Advanced

First, select a TransformProvider, and replace the HyperStudio_Data/Plugins/x86_64/TransformProvider.dll.

Known TransformProviders:

Then, start a shremdup (v0.1.7+) server with administrator privilege (to use shared memory across processes). The gRPC port is 3030, so you should run shremdup.exe 3030.

Note: You can customize the port in HyperStudio's config.json.

Finally, start HyperStudio.exe with administrator privilege to run this app.

FAQ

For Developers

Write Your Own Transform Provider

You can refer to hstp-rayneo-air.

Related Projects