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

Skip to content
This repository was archived by the owner on Aug 23, 2026. It is now read-only.
 
 

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

A Jetpack Compose composable that renders an interactive 3D globe you can drop anywhere and pin with markers. Built for smooth, performant interactions using the Compose animations API.

Topics

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Sponsor this project

Packages

Contributors

Languages