Barnaby
Barnaby
i'm having cors issues as well, one way around this would be how uigt did it (they used a custom protocol, coui://)
This isn't directly related to the PR but I noticed while reviewing that the code immediately below directly locks and unlocks the mutex, but ideally it should be using `std::lock_guard`...
It should already do that
Unfortunately I do not have a Quest 2 to debug this using. When Quest 3 releases I may buy one. Unless someone else can solve the issue, I can't really...
This is now WIP :)
I also mentioned in our discussion on Discord that it might be worth considering switching some/all vue files to the composition api to help avoid issues like this since less...
rebased
I think this is awesome, but I'm not sure if your sampled approach to finding elements to navigate to is the best way of doing it. Like if it performs...