hobo_vr icon indicating copy to clipboard operation
hobo_vr copied to clipboard

SteamVR driver prototyping tools

Results 6 hobo_vr issues
Sort by recently updated
recently updated
newest added

**Describe the bug** When running full_udu_test.py the HMD does not track (i'm unaware if the other 13 float trackers work) **To Reproduce** Steps to reproduce the behavior: 1. run full_udu_test.py...

bug

Loop = loop was deprecated in a recent asyncio update. As suggested by SimLeek, Dark Visor and okawo removing this line makes it possible to start the server, using the...

**Is your feature request related to a problem? Please describe.** Currently, aside from generating Sha-512 hashes, we don't have any implementation of binary signing, leaving people more vulnerable to supply-side...

**installers/win: hobovr_installer.nsi: Removed Compilation step with Packaged Files.** Replaces the downloading and compiling of the repository with packaging of the compiled artifacts from the hobovr directory. Future Expansion of the...

Modified NSIS installer to allow for automated Conda execute. Implemented GitHub workflow to enumerate *.nsi files and run Conda execute over them.

All socket logic was is now handled by lazy-sockets. Posers are actually notified about bad packets *and* posers will get notified on driver exit. Also improved manager handling. Split the...