AR cloud is a Banuba service that helps developers decrease the download size of their apps that run face filters. Instead of bundling them with the application, software engineers can store effects in the cloud and allow users to download them as needed. Given that a single 3D mask takes about 2.5 MB, this option helps attract more users and make their experience more enjoyable.
You can license hundreds of AR face masks in the Banuba Asset Store or create your own in any 3D software and make them compatible with Banuba in the online studio.
- Get the latest Banuba SDK client token. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com.
- Copy and Paste your client token into appropriate section of
BANUBA_CLIENT_TOKEN - Open the project in Android Studio and run the necessary target using the usual steps.
- Get the latest BanubaARCloud archive for Android and AR cloud URL. Please fill in our form on form on banuba.com website, or contact us via info@banuba.com. The latest version of library can be found here: BanubaARCloud.
- Copy received
aarlibraries intoarcloud-android-kotlin/libs/directory. - Copy and Paste your AR cloud URL into appropriate section of
BANUBA_AR_CLOUD_URLor use predefined Demo bucket
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature) - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
