Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages