SDK

SDK

Native Android and iOS libraries you link into your app to expose Extentos smart-glasses capabilities over a shared Rust core. Android and iOS both published.

The SDK is what your app links against. It is a thin Kotlin/Swift shell over a shared Rust core, so both platforms run the same runtime, the same protocol handling, and the same event vocabulary — only the platform shell differs.

Pick the platform you're building on:

  • Android SDK — Gradle artifact on Maven Central, Kotlin + coroutines, Android 12+ (API 31)
  • iOS SDK — Swift Package from github.com/extentos/swift-glasses, iOS 16.0+

Source

On this page