danielfvm / Patstrap

An Open-Hardware and Software project which tries to implement haptic head pat feedback to the player in VR. It focuses mainly on VRChat and their OSC support.
GNU General Public License v3.0
37 stars 5 forks source link

Added OSCQuery #6

Closed lcb01a closed 3 days ago

lcb01a commented 4 days ago

Added OSCQuery support for Patstrap

This is important so multiple OSC applications can be properly used like Eye & Facetracking.

It will be on by default but can be turned off with the command line arguments:

-noq --no-osc-query

This is based on https://github.com/cyberkitsune/tinyoscquery

danielfvm commented 3 days ago

Thank you for adding this :+1: