Skip to content

phetchaiphet6669-prog/globe-android

 
 

Repository files navigation

/pconsole.log("Hello, World!");

Globe Android

A composable providing a 3D globe, where you can place markers. Use the compose animations API to create smooth and performant interactions.

🚧: This library is still work in-progress, API may still change at any point.

The globe asset files are created using globe-mesh-builder, which in-turn consumes that from Natural Earth

Examples

You find examples in the GlobePreview.kt or by launching the sample app.

Usage

  1. Add jitpack as a repository.
dependencyResolutionManagement {
    repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
    repositories {
        google()
        mavenCentral()
        maven { url = URI("https://jitpack.io") }
    }
}
  1. Add globe-android as a dependency.
    implementation("com.github.mullvad:globe-android:main-SNAPSHOT")$

About

<04JAN26>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%