{"id":22505035,"url":"https://github.com/worldwindearth/worldwindkotlin","last_synced_at":"2026-04-13T03:21:00.638Z","repository":{"id":59920506,"uuid":"488505165","full_name":"WorldWindEarth/WorldWindKotlin","owner":"WorldWindEarth","description":"The WorldWind Kotlin SDK (WWK) includes the library, examples and tutorials for building multiplatform 3D virtual globe applications for Android, Web and Java.","archived":false,"fork":false,"pushed_at":"2026-04-13T00:19:23.000Z","size":155796,"stargazers_count":157,"open_issues_count":26,"forks_count":21,"subscribers_count":9,"default_branch":"develop","last_synced_at":"2026-04-13T00:20:56.941Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WorldWindEarth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-05-04T08:14:54.000Z","updated_at":"2026-04-13T00:19:31.000Z","dependencies_parsed_at":"2023-12-14T13:43:14.545Z","dependency_job_id":"fdd6237e-51a3-49f9-b1c4-ae8547f16807","html_url":"https://github.com/WorldWindEarth/WorldWindKotlin","commit_stats":null,"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"purl":"pkg:github/WorldWindEarth/WorldWindKotlin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldWindEarth%2FWorldWindKotlin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldWindEarth%2FWorldWindKotlin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldWindEarth%2FWorldWindKotlin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldWindEarth%2FWorldWindKotlin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WorldWindEarth","download_url":"https://codeload.github.com/WorldWindEarth/WorldWindKotlin/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WorldWindEarth%2FWorldWindKotlin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31738306,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-12T22:19:12.206Z","status":"online","status_checked_at":"2026-04-13T02:00:06.623Z","response_time":93,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-07T00:13:34.570Z","updated_at":"2026-04-13T03:21:00.625Z","avatar_url":"https://github.com/WorldWindEarth.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"![worldwind](worldwind-examples-android/src/main/res/drawable/worldwind_logo.png)  \n[![GitHub license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0) \n![badge-android](http://img.shields.io/badge/platform-android-6EDB8D.svg?style=flat)\n![badge-jvm](http://img.shields.io/badge/platform-jvm-DB413D.svg?style=flat)\n![badge-js](http://img.shields.io/badge/platform-js-F8DB5D.svg?style=flat)\n\n# WorldWind Kotlin\n\n3D virtual globe API for Android, Web and Java developed by WorldWind Community Edition contributors.\nProvides a geographic context with high-resolution terrain, for visualizing geographic or geo-located information in 3D and 2D.\nDevelopers can customize the globe's terrain and imagery. Provides a collection of shapes for displaying and interacting with\ngeographic data and representing a range of geometric objects.\n\n- [WorldWind Examples](https://play.google.com/store/apps/details?id=earth.worldwind.examples) a set of Android benchmarks\n- [WorldWind Tutorials](https://play.google.com/store/apps/details?id=earth.worldwind.tutorials) demonstration of Android version capabilities\n- [tutorials.worldwind.earth](https://tutorials.worldwind.earth) demonstration of Web version capabilities\n- [worldwind.earth](https://worldwind.earth) has setup instructions, developers guides, API documentation and more\n\n## Download\n\nGrab latest release build via Gradle:\n```groovy\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation 'earth.worldwind:worldwind:1.11.1'\n}\n```\n\n## Snapshots\n\nGet development build snapshots with the latest features and bug fixes:\n```groovy\nrepositories {\n    maven(\"https://s01.oss.sonatype.org/content/repositories/snapshots/\")\n}\n\ndependencies {\n    implementation 'earth.worldwind:worldwind:+'\n}\n```\n\n## Releases and Roadmap\n\nOfficial WorldWind Android releases have the latest stable features, enhancements and bug fixes ready for production use.\n\n- [GitHub Releases](https://github.com/WorldWindEarth/WorldWindKotlin/releases/) documents official releases\n- [GitHub Milestones](https://github.com/WorldWindEarth/WorldWindKotlin/milestones) documents upcoming releases and the development roadmap\n- [GitHub Actions](https://github.com/WorldWindEarth/WorldWindKotlin/actions) provides continuous integration and release automation\n\n## License\n\nCopyright 2022 WorldWind Community Edition contributors. All rights reserved.\n\nThe WorldWindKotlin platform is licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworldwindearth%2Fworldwindkotlin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworldwindearth%2Fworldwindkotlin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworldwindearth%2Fworldwindkotlin/lists"}