Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement async IPC #38

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open

Implement async IPC #38

wants to merge 26 commits into from

Conversation

0forks
Copy link

@0forks 0forks commented Mar 22, 2023

IO is now handled by libuv. Pose requests now happen at 400-500hz to minimize latency, decoupled from RunFrame.

  • Added some basic tests;
  • Dependencies are now pinned using vcpkg submodule as recommended, readme and CI updated accordingly;
  • Fixed some code style inconsistencies.

Tested with WMR on Windows combined with SlimeVR/SlimeVR-Server#629.
Reported by other testers that works on Linux.
Needs more testing on Linux.

@0forks 0forks marked this pull request as ready for review March 27, 2023 21:20
@ButterscotchV ButterscotchV added Type: Enhancement Adds or improves a feature Difficulty: Large Refactor Requires modifying large sections of the codebase Priority: Normal The default priority labels May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Difficulty: Large Refactor Requires modifying large sections of the codebase Priority: Normal The default priority Type: Enhancement Adds or improves a feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants