https://github.com/xcodebuild/ar-demo-mobile-browser
A AR demo on mobile browser(Android yet) powered by JavaScript
https://github.com/xcodebuild/ar-demo-mobile-browser
Last synced: about 2 months ago
JSON representation
A AR demo on mobile browser(Android yet) powered by JavaScript
- Host: GitHub
- URL: https://github.com/xcodebuild/ar-demo-mobile-browser
- Owner: xcodebuild
- License: mit
- Created: 2017-01-08T13:53:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T04:03:19.000Z (about 8 years ago)
- Last Synced: 2025-03-30T09:21:56.141Z (3 months ago)
- Language: JavaScript
- Homepage: https://codefalling.github.io/ar-demo-mobile-browser/
- Size: 1.72 MB
- Stars: 64
- Watchers: 4
- Forks: 26
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ar-demo-mobile-browser
A AR demo on mobile browser(Android yet) powered by JavaScriptAccess at: https://codefalling.github.io/ar-demo-mobile-browser
# SceenShot

# Build
```shell
webpack -p
```# What about iOS
iOS (safari) do not support `MediaStreamTrack.getSources()`, `MediaDevices.enumerateDevices()` or whatever yet.
# Related Projects
- [js-aruco](https://github.com/jcmellado/js-aruco)
- [ARLIFXController](https://github.com/sitepoint-editors/ARLIFXController)
- [threex.webar](https://github.com/jeromeetienne/threex.webar)
- [threejs-mmd-loader](https://github.com/mrdoob/three.js/blob/dev/examples/webgl_loader_mmd.html)