Giter VIP home page Giter VIP logo

picovrproxylib's Introduction

This is a currently very WIP project to patch Oculus Quest(2) games with a proxy library to allow execution on Pico Neo 3 HMDs.

This repository just generates the proxy .so. The resulting .so still has to be patched into oculus games.

Rough workflow:

  • Compile .so
  • Rename picoAPI.so to libvrapi.so
  • Decompile/extract APK
  • Replace libvrapi.so inside APK with own one
  • Add libpxr_api.so too
  • Change AndroidManifest.xml
    • Add <category android:name="android.intent.category.LAUNCHER"/> to inent-filter
    • Add <meta-data android:name="pvr.app.type" android:value="vr"/> under application
    • Add <uses-feature android:name="android.hardware.vr.headtracking" android:required="true" />
  • Repackage/Sign APK

Install APK on device.

Currently by using (Quake2Quest)[https://github.com/DrBeef/Quake2Quest] as a baseline, I got the game to launch with audio and controller vibration. I am not sure if input is working but it very well might be (since one can't see anything it's hard to test).

I know I could just (in the case of Quake2Quest) compile it myself with patches for the Pico API/SDK but this is more a challenge to myself and to learn about lower level stuff. PRs are welcome obviously, I'd like to one day see at least one game fully playable :).

picovrproxylib's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

miaoxd solexid

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.