-
See https://docs.microsoft.com/en-us/windows/mixed-reality/app-model#creating-an-immersive-view
-
Currently Exokit uses threads in the native bindings for things like decoding images. In a few of these cases the thread is either not destroyed or left dangling if the window disappears underneath it…
avaer updated
5 years ago
-
The [magic leap docs](https://exokit.org/docs/api/webxrHardwareExtensionAPIs.html#magic-leap-one-api) are not accurate; this seems to be missing: https://github.com/exokitxr/exokit/blob/d930c665c6999b…
-
I have observed homu become unresponsive after a `try=windows` run for servo with nothing else running. It correctly reported a failed result, but no further jobs would start until I restarted the ser…
-
This is tracking the fact that the Magic Leap toolchain is using an old version of binutils. Certain PRs push the linker over the edge like this:
```
[Servo2D] Linking program Servo2D...
/Users/wor…
-
# improving the real-time performance for superpoint network
Hi, @rpautrat Thanks for your incredible work!
Recently, I used your code to train superpoint network and tested it on Tesla K40c G…
-
Lots of missing stl symbols from linking against a debugmozjs build for magicleap, e.g.
```
...
/Users/ajeffrey/MagicLeap/mlsdk/v0.17.0/lumin/stl/libc++-lumin/include/istream:1582: undefined refere…
-
Hi, I have a conflict when building in Unity 2019.1.6f.1. On their website ML say:
> The custom manifest replaces the Privilege checkboxes found in Player Settings - Publishing Settings in MLTP ve…
-
As per our discussion on the WG call today, I'm creating an issue so that we can schedule demos during the WG F2F at TPAC and also see what we could offer to Coralie at W3C. I'm there Mon - Wed and wo…
-
Hi, firstly I would like to thank you for your extensive work on this repository.
I was training and evaluating my own Superpoint using this repo as a baseline and I noticed that descriptor evalua…