Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.

xgi/perch

Repository files navigation

Perch

GitHub release CircleCI

Perch is an augmented reality (AR) Android app for viewing 3D models from Google Poly in real environments.


Perch screenshots


Download

Download Perch from the releases page.

Testing

Deploying the application for development requires an Android emulator or a connected Android device with USB debugging enabled. Developing with Android Studio is highly recommended, but the project can be built and tested with the external Gradle tasks:

  • ./gradlew installDebug - build/install the debug build
  • ./gradlew lintDebug - lint debug build; report generates in ./app/build/reports
  • ./gradlew testDebugUnitTest - unit test the debug build

License

MIT License