Gesture-based controls for OBS-Studio in Virtual Reality
Working with the applet functionality provided by OVR-Toolkit provides useful methods for in-game multi-tasking through its ability to access your minimised windows as virtual displays in the VR playspace or what I’m exploring the Chromium Embedded Framework.
Not only does OVR-Toolkit have CEF they have built an API to pull data from your VR Headset and VR Controls and this inspired me to work on this applet.
one of the many challenges with this project I wanted to tackle was making setting persistent some people may immediately think to use the steam API to store and retrieve settings but that would myself to support and maintain a database that would contain IDs and potentially finger printable information, so I decided to load and save a JSON Config file through JavaScript.
THIS BLOG IS ONGOING…
Leave a Reply