Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 731 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 731 Bytes

ARPlacingObjectsKt

Conversion of ARPlacingObjects to Kotlin.

This version of the app is called ARPlacingObjectsKt, and provides a foundation for usage of ViroCore in android applications. The sample aims to:

  • Provide a basic understanding on usage of ViroCore SDK for rendering objects.
  • Leverage idiomatic kotlin to improve readability and limit verbosity, as compared to the ARPlacingObjects java project.

Dependencies

  • Kotlin stdlib
  • kotlin-android plugin

Features

Complexity - understandability

Medium: If you already understand ARPlacingObjects (Java), you need to learn the kotlin language.