virtual-puppet-project / vpuppr

VTuber application made with Godot 4
Mozilla Public License 2.0
741 stars 61 forks source link

Remote control server #146

Closed you-win closed 2 years ago

orowith2os commented 2 years ago

Quick question - what type of features would this allow? Would actually utilizing it require some extensions be added to the appropriate folders?

I could see this being very nice for Wayland users on Linux especially to reset the tracking without needing to focus on the app (OBS is doing something similar with the websocket plugin) and to swap models at a moments notice.

you-win commented 2 years ago

It would allow for remotely controlling the app. This PR adds: a TCP server, UDP server, and Websocket server + allows each runner to accept arbitrary inputs from those servers

you-win commented 2 years ago

Only a websocket server is configured. UDP and TCP servers will have to wait