2

Is there a markerless AR library that can run on any mobile web browser? Something that does not require a standalone app like Google Article, and can be run on both Android and iOS.

nullptr
  • 147
  • 3
  • 13

3 Answers3

3

You can use AR.js, it's possible in the most recent versions to do location based AR.

There's other solutions out there in the market. For instances, you can use The 8th Wall to create something like this, or Zappar using Deep Links.

Tiago Martins Peres
  • 14,289
  • 18
  • 86
  • 145
2

For that to happen, the mobile browsers would have to be able to support some web-based AR framework and properly interface with the hardware components such as camera, gyros, etc.

There are a few web-based AR projects out there, the most popular is currently AR.js (loosely branded as WebAR) which is what Google Article is currently based on. However, they are limited to experimental browsers or special "WebAR" applications with the correct hooks.

An alternative is to consider using cross-platform AR frameworks, such as Viro React which enables mobile cross-platform AR/VR development in React Native (Javascript-based). However, you will need to build your experience into an App in order to deploy it.

However, with time, WebVR and WebAR should eventually be supported by the various browsers and their vendors.

ACVM
  • 1,497
  • 8
  • 14
2

Using WebARonARKit or Mozilla's AR browser on iOS or download the WebARonARCore.apk for Android for any device that has ARKit or ARCore you should be able to use A-Frame for markerless AR. Here's the article I've been using to learn about it.

FangerZero
  • 91
  • 1
  • 8