알쓸전컴(알아두면 쓸모있는 전자 컴퓨터)
2018 년도 현재 Web Ar 라이브러리 현황 본문
2018 년도 현재 Web Ar 라이브러리 현황
- For Android with Tango sensors: chromium-webAR. Relying on threejs and a modified version of the Chrome browser to support for devices with Tango sensors (depth camera, e.g. Phab2Pro). googlevr/chromium-webar
- For Desktop and Android: AR.js relying on threejs and ARToolkit (using markers), interfaces nicely with AFrame so no need to do JavaScript except if you want to. Doesn’t work on iOS because of Apple limitations. jeromeetienne/AR.js
- For iOS: ArgonJS relying on threejs and Vuforia (markers optional). It’s a custom browser so it overcomes the userGetMedia limitation. Also integrated with AFrame. argon.js
- For HoloLens: HoloJS. Requires to build a webview application on Windows (using Angle, VS, etc) also relying on threejs. Microsoft/HoloJS
아직 web에서 범용적으로 사용하기 좋은 라이브러리는 나오지 않은듯 하다
구글 chrome 는 카나리아 버전과 크로미움 버전만 지원 되고
범용 크롬은 지원되지 않는다. vr 만 지원 된다.
https://medium.com/arjs/ar-js-supports-tango-on-a-frame-too-2c098de4df34
tango 를 잘 봐두자 ..
Makerless 의 의미로 보인다.
Comments