ValveSoftware / openvr

OpenVR SDK
http://steamvr.com
BSD 3-Clause "New" or "Revised" License
6.11k stars 1.28k forks source link

[Question] How to access CEF stuff? #1674

Open SieR-VR opened 2 years ago

SieR-VR commented 2 years ago

Well, I know steamvr uses CEF internally for GUI (Settings, Binding menu.. etc.)

But when I develop overlay, I couldn't use electron because there's so many layers electron lays on.

For modern web development for overlay, I wonder how to access CEF layer that steamvr using.

Rectus commented 2 years ago

I don't think SteamVR provides any external access to anything in the GUI system. The only option available seems to be the IVROverlay interface in OpenVR, which requires you to render any graphics to a texture.