Giter Club home page Giter Club logo

Comments (4)

chengnay avatar chengnay commented on July 24, 2024

I was thinking of porting to Vive XR Elite.
If resource is limited, I can help.
I might need to know how can I make this possible.
But, currently I couldn't compile the project after cloning.

from citravr.

amwatson avatar amwatson commented on July 24, 2024

Lubos is working on a Pico port as well. If you're interested in writing the Vive XR Elite (/Vive Focus?) port, I'm not opposed, though for the XR Elite specifically (as opposed to Pico), I'd want it to start as a fork and we merge when it's ready. We should stay aligned on the architecture if we want to eventually merge.

I'll warn you that the differences between the existing project and a Vive XR Elite-compatible version aren't quite trivial. A few significant differences that come to mind:

  1. Vive XR Elite's OpenXR implementation doesn't support a few key extensions, including XR_KHR_ANDROID_SURFACE_SWAPCHAIN. Sections that use a surface would need to be re-implemented for the XR Elite using a traditional swapchain and either a texID passed to Citra's shaders (which isn't a bad thing at all, just a greater deviation from existing Citra code that adds maintenance burden) or with a SurfaceTexture (which is worse from an overhead perspective)
  2. Some parts of Citra (e.g. the launcher and menu) utilize the 2D container provided by the Quest, which needs an alternative on other platforms. Lubos is currently planning on handling this for Pico (which does have a 2D container but not the same type) but splitting the app into two packages (i.e. the user downloads two apks) and having one launch the other, but this isn't yet implemented.

With these considerations in mind, if you are still interested in doing the port, I'm happy to support to the extent that time permits. However, I would not add support anytime soon if it was me implementing, due to these significant differences.

from citravr.

amwatson avatar amwatson commented on July 24, 2024

@lvonasek ah, got it. I'll actually have access to my Pico and tomorrow and can confirm this on my end. If it isn't available, that's a shame

from citravr.

amwatson avatar amwatson commented on July 24, 2024

@chengnay one advantage of porting to to XR Elite (unlike pico) is that HTC's standalone runtime does support non-proprietary opener out of box, which is a requirement for the port as well

from citravr.

Related Issues (20)

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.