google-ar / WebARonTango

A proposal to provide Augmented Reality (AR) capabilities to the web in the form of a prototype on top of WebVR built in Chromium.
Apache License 2.0
388 stars 48 forks source link

Anyone working on porting any of the google utility libraries to javascript? #10

Open blairmacintyre opened 7 years ago

blairmacintyre commented 7 years ago

So much of what's shown in Tango apps, and really needed for creating non-trivial AR apps (SLAM reconstruction, finding surfaces, knowing where the floor is, etc) is actually in the Unity and native SDK's, not in the OS APIs.

Wondering if anyone is working on that, and if they'd like to team up? We'll probably work on a bit of that soon.

judax commented 7 years ago

Some advanced features have been exposed (ADFs, Markers) and some other are in the works (mesh reconstruction) but if there is a specific request for something please, create a separate issue specifying what exactly is needed and making proposals for exposing it in JS. We will definitively see if we can expose them.

blairmacintyre commented 7 years ago

I guess I was interested in finding out about two things:

tomasdev commented 6 years ago

I would love to team up on these. I wasn't able to find the source code for, let's say, plane detection on Unity. Do you have some links to share? I see value in porting to JS the logic, it could help create a polyfill.