Natsumi-sama / OscQueryLibrary

A potentially functional OscQuery library for VRChat.
MIT License
7 stars 3 forks source link

Question about use case outside of VRChat #6

Open hazre opened 4 months ago

hazre commented 4 months ago

Hi, I stumbled upon this repo when someone mentioned it on VRCFacetracking discord.

This library looks the most sane library I've seen for OscQuery so far. (Thanks you!!)

It seems it's very centric around VRChat but my use case is a odd one, so I'm basically wondering if this lib can be used in this scenario. Also it doesn't help that I have zero experience with OscQuery, so this might be a dumb question.

What I'm trying to do is basically be able to talk to VRCFaceTracking software and request the proper face tracking parameter data from it via OscQuery. But this is not for VRChat. I'm actually trying to use in another social vr game/platform called Resonite. I am and I want to do with a Resonite mod that I've been writing.

Technically speaking before the latest vrcft update I was able to do this just fine with normal osc but in the latest update, they managed to break it unintentionally it seems, so instead of waiting to fix it upstream, I'm trying to see if I can just implement OscQuery in my Resonite face tracking mod.

Do you think this is a use case that this library can handle? Again sorry I'm not very versed in OscQuery, so this is very much a naive question.

LucHeart commented 4 months ago

right now the library is designed to only be a client to these games. Like we are missing functionality to be able to e.g set the parameters available to use.

hazre commented 4 months ago

alright thank you, I guess I need to look into a different solution for the time being.

LucHeart commented 4 months ago

You could try to implement it here, the basics are layed out