Skip to content

aws-samples/amazon-sumerian-arkit-starter-app

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

Amazon Sumerian Arkit Starter App

A sample XCode project that demonstrates how to create a simple augmented reality experience using Apple's ARKit with the Amazon Sumerian service

License

This library is licensed under the Apache 2.0 License.

Important Note

When using Sumerian's private publishing option with AWS Amplify, it's necessary to make the hosting page's background transparent, otherwise the default opaque background will occlude the device's camera image. This can be accomplished by executing the following line of Javascript on the hosting page:

document.body.style.backgroundColor = 'transparent';

or by setting the same property on the page's stylesheet.

About

A sample XCode project that demonstrates how to create a simple augmented reality experience using Apple's ARKit with the Amazon Sumerian service

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages