Skip to content

AnilKrishna/virocore-experiments

Repository files navigation

ViroCore-Playground

This is the playground for learning and experimenting with ViroAR from ViroMedia for creating AR experiences on ARCore Supported Devices

  • The repo provides information of using ViroCore in android application.
  • The repo is a concise kotlin version of few of the samples of ViroCore Java Project.

Dependencies

  • ViroCore
  • ARCore
  • Kotlin stdlib
  • kotlin-android plugin

Features

  • The ARPlacingObjects experience sample basically builds an AR scene that lets the user place and drag objects. Tap on the placing objects icon to get a dialog of objects to place in the scene. Once placed, the objects can be dragged, rotated, and scaled using pinch and rotate gestures.

  • Car model experience sample demonstrates how to use an AR-ImageTarget. When a Tesla logo is detected, a 3D Tesla car is created over the logo, along with controls that let the user to view the car model in different colours.

  • Movie poster experience demonstrates how to use an AR-ImageTarget: in this case, when a Black Panther poster is recognised, a Black Panther model will jump out of the poster.

  • The AR Portal sample creates an AR effect where a 'window' or 'door' is displayed that users can use to peer into a virtual world.