Add the ability to use 8th wall for AR #483
Labels
area:backend
Is related to the backend server. (Everything in aux-records and aux-server/aux-backend)
area:runtime
Is related to the CasualOS runtime. (Everything in aux-runtime, aux-common, aux-vm, etc.)
enhancement
New feature or request
8th wall is a technology that can be used to make AR apps and games that work on all devices with a camera (not just devices that support WebXR). Users should be able to call
eighthWall.enableAR(appKey)
to enable AR in the grid portal (i.e. works likeos.enableAR()
, but uses 8th wall). The providedappKey
should be used to load the 8th wall app and all the configuration from their system.In addition to supporting AR, it should also support sending
@onImageTargetFound
,@onImageTargetUpdated
,@onImageTargetLost
shouts.eighthWall.enableAR(appKey)
eighthWall.disableAR()
@onImageTargetFound
@onImageTargetLost
@onImageTargetUpdated
The text was updated successfully, but these errors were encountered: