LibreVR / Revive

Play Oculus-exclusive games on the HTC Vive or Valve Index, scroll down for downloads and installation instructions.
Other
3.61k stars 332 forks source link

Implement Revive dashboard integration. #62

Closed LibreVR closed 8 years ago

LibreVR commented 8 years ago

This will make it much more user-friendly and convenient to use.

2016-05-01-am_01_26_11-layer

billyboy12 commented 8 years ago

Nice! Can't wait!

anaisbetts commented 8 years ago

Another option I was thinking about was to hook the Oculus Home app itself and intercept CreateProcess calls and rewrite them to point them to ReviveInjector, but ofc if you can pull it off, this idea is way better!

LibreVR commented 8 years ago

@paulcbetts I thought about that too, but Oculus Home won't even call CreateProcess if it doesn't detect the Rift. I'd have to intercept IPC communication with the OVRServer to work around that, so not worth the trouble.

I already got this overlay working, it works with QML and Javascript, you can view it in my branch: https://github.com/LibreVR/Revive/tree/overlay

I'm currently working on also interfacing with the OpenVR Applications API, which means that Oculus games would also show up in Steam automatically.

Neo-One commented 8 years ago

I just wanted to say that you lads are doing a great job. Lot's of respect. ;-)

gormanj commented 8 years ago

Yes, Bravo!!

LibreVR commented 8 years ago

Done, though needs a bit more polish before the release.

anaisbetts commented 8 years ago

:clap::clap::clap::clap: