Hacker News new | ask | show | jobs
by jillesvangurp 2725 days ago
Probably worth mentioning, Firefox VR is also going targeting Magic Leap: https://blog.mozvr.com/a-new-browser-for-magic-leap/

IMHO the strategy of unlocking a lot of VR and AR content via a browser makes a lot of sense. The ongoing Rustification of Firefox, things like Web GL, WASM, etc. It all makes sense for VR/AR applications to build on that. Solving the empty room problem where there is no meaningful content or where all the interesting content is in somebody else's walled garden is a key challenge.

VR requires a dedicated UX and I can imagine independent hardware vendors are maybe not so eager to e.g. rely on Google for providing them with that UX. Also, Firefox seems to be leading here rather than following.

1 comments

Shameless plug, but for WebXR on Magic Leap github.com/webmixedreality/exokit has been the go-to for a while.

I wrote it because I found browsers too slow to move on features like html to texture (powered by webrender) and multi-site blending, which become quite manageable if the browser core is written in JavaScript.