Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the ability to use 8th wall for AR #483

Open
5 tasks
KallynGowdy opened this issue Jun 10, 2024 · 0 comments
Open
5 tasks

Add the ability to use 8th wall for AR #483

KallynGowdy opened this issue Jun 10, 2024 · 0 comments
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

Comments

@KallynGowdy
Copy link
Member

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 like os.enableAR(), but uses 8th wall). The provided appKey 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
@KallynGowdy KallynGowdy self-assigned this Jun 10, 2024
@KallynGowdy KallynGowdy converted this from a draft issue Jun 10, 2024
@KallynGowdy KallynGowdy moved this from Backlog to In progress in CasualOS Jun 13, 2024
@KallynGowdy KallynGowdy moved this from In progress to Backlog in CasualOS Jun 19, 2024
@KallynGowdy KallynGowdy added enhancement New feature or request 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.) labels Jun 19, 2024
@KallynGowdy KallynGowdy removed their assignment Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
Status: Backlog
Development

No branches or pull requests

1 participant