HackerPoet / NonEuclidean

A Non-Euclidean Rendering Engine for 3D scenes.
MIT License
6.07k stars 578 forks source link

How would you play this in VR? #37

Closed OkayNamed closed 3 years ago

OkayNamed commented 3 years ago

I have an Oculus Quest 2, and I want to try to play this game in VR. Any way to do that?

pauliesnug commented 3 years ago

Hi! You would have to make many modifications to the original game to play it in vr.

Axol3 commented 3 years ago

You will need to add VR support which can be pretty tricky

ehx-v1 commented 3 years ago

While both Unity and UE4 have built-in support for VR, a lot is going on under the hood to make it work. This game uses neither, containing a custom OpenGL-based engine instead, so VR support would have to be added in from scratch. There's probably open source game engines with VR support so you could take a look at how it's done, but unfortunately I don't know any.

Shigetorum635 commented 3 years ago

Close the issue if it was solved. And good job @ehx-v1 for explaining everything.

pauliesnug commented 3 years ago

@Sylack-lab I can't seem to close the issue.

Shigetorum635 commented 3 years ago

You should see the button "comment and close" when commenting image

pauliesnug commented 3 years ago

I don't see that button. I think @OkayNamed has to or a contributor.

Shigetorum635 commented 3 years ago

@EthanDevelops It is because you're not the creator of the issue 🤦‍♂️

Of Course OkayNamed has to close it.

pauliesnug commented 3 years ago

Oops 😃 . I'm a noob when it comes to GitHub issues and pull requests.