-
Notifications
You must be signed in to change notification settings - Fork 4
OSC support #237
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Activity
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
the way we have to use web sockets now can get a bit much with all the string manipulation, instead we could use OSC for the motors and directly use the value's as floats.
This also eliminates the use for constantly needing to pulse the requests on the websocket.
Overall this would simplify the in-game setup
This could be working along side the websockets or be a toggle (whichever works best) so this wouldn't break existing setups.