Replies: 1 comment 1 reply
-
Thank you for this post and the nice illustrations! Your idea sounds like a great application for |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
ggwave for VR (Unity)
I'm really excited that the app works so well. Ultrasonic mode is magic. ❤️
small idea
old way
01+02
In VR applications you often have to log in, which is super annoying. Usually this process involves a second screen. First you receive a code after the registration, which you then have to enter on a VR keyboard.
03
You have to lift up the VR headset look at the screen and remember the password, then switch back to enter it.
A very frustrating experience.
new way
Unfortunately, you cannot access the camera during the quest(vr heatset) for privacy reasons. (otherwise this could be solved via QR code login)
But the VR application can access the microphone, if the user allows it. So with your method this could be way less frustrating.
Another example were this could be handy is if several users are in a cooperative application in the same real space and they want to enter a virtual coworking space. In most applications you have to painstakingly dictate the code to everyone until they successfully have joined the space.
With Waver you could play the sound once and all VR headsets would connect to the same virtual space. Without having to ping the network in a complicated way.
my attempt
I tried it with ggwave-rx (Very basic/SDL) to get this C++ in Unity(C#) with Tutorials.
Unfortunately I failed because of my skills and understanding.
Maybe someone else finds a better way.
🙂
Beta Was this translation helpful? Give feedback.
All reactions