rerun119 I've been watching VR porn since way back in the virtual real porn days. You had to generate all kinds of files to be able to stream to your gear VR back then. So I build a library management app in Electron that I've been using ever since. Making software for yourself is nice and quick since you don't have to consider tons of things you would have if you would release to the public. Anyways, it's part of that app. So it's not something that's easy for me to share without considerable effort and since it's written in JavaScript I doubt it will do the SLR DEVS any good (I'm sure that they are more than capable in doing this themselves anyways).
I'll share some features though (might serve as inspiration?):
- Xbox control support
- Right joystick with left right axis to control the stroke range
- Left joystick with up down axis to control the vertical position (this will move the range up and down while always keeping it at the defined range)
- A joystick axis to control the speed in manual mode
- An edging button
- A stop play button
- Several presets (with mapped buttons) that work in both manual and scripted mode (containing stroke length and position (and speed in manual mode))
- Most of it can also be controlled by voice commands.
- And a nice GUI to control it all if needed
Had some plans for integrating some variety in manual mode and playing script "parts" that can be looped and triggered too but never got around to it.