{"id":36601053,"url":"https://github.com/teogor/drifter","last_synced_at":"2026-01-12T08:38:26.521Z","repository":{"id":224076502,"uuid":"696636755","full_name":"teogor/drifter","owner":"teogor","description":"🎮 Drifter simplifies the integration between Unity and Android, enhancing performance seamlessly and effortlessly.","archived":false,"fork":false,"pushed_at":"2024-08-20T19:34:25.000Z","size":587,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-08-21T13:27:39.564Z","etag":null,"topics":["android","cross-platform","integration","mobile-development","plugin","sdk","source-teogor","source-teogor-dev","teogor","teogor-dev","unity"],"latest_commit_sha":null,"homepage":"https://source.teogor.dev/drifter","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/teogor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"docs/security.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["teogor"],"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2023-09-26T06:33:50.000Z","updated_at":"2024-08-20T19:34:27.000Z","dependencies_parsed_at":"2024-08-20T13:39:08.894Z","dependency_job_id":null,"html_url":"https://github.com/teogor/drifter","commit_stats":null,"previous_names":["teogor/drifter"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/teogor/drifter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teogor%2Fdrifter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teogor%2Fdrifter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teogor%2Fdrifter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teogor%2Fdrifter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teogor","download_url":"https://codeload.github.com/teogor/drifter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teogor%2Fdrifter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28337599,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T06:09:07.588Z","status":"ssl_error","status_checked_at":"2026-01-12T06:05:18.301Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","cross-platform","integration","mobile-development","plugin","sdk","source-teogor","source-teogor-dev","teogor","teogor-dev","unity"],"created_at":"2026-01-12T08:38:25.780Z","updated_at":"2026-01-12T08:38:26.513Z","avatar_url":"https://github.com/teogor.png","language":"Kotlin","funding_links":["https://github.com/sponsors/teogor"],"categories":[],"sub_categories":[],"readme":"# Drifter Repository\nDrifter simplifies the integration between Unity and Android, enhancing performance seamlessly and effortlessly.\n\n## Download\n[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)\n[![Maven Central](https://img.shields.io/maven-central/v/dev.teogor.drifter/bom.svg?label=Maven%20Central)](https://central.sonatype.com/search?q=g%3Adev.teogor.drifter+a%3Abom\u0026smo=true)\n[![API](https://img.shields.io/badge/API-24%2B-brightgreen.svg?style=flat)](https://android-arsenal.com/api?level=24)\n[![Profile](https://source.teogor.dev/badges/teogor-github.svg)](https://github.com/teogor)\n[![Portfolio](https://source.teogor.dev/badges/teogor-dev.svg)](https://teogor.dev)\n\n## Table of Contents\n\n- [Modules](#modules)\n  - [drifter-compose](#drifter-compose)\n  - [drifter-integration](#drifter-integration)\n  - [drifter-core](#drifter-core)\n  - [drifter-wallpaper](#drifter-wallpaper)\n  - [drifter-plugin](#drifter-plugin)\n- [Getting Started](#getting-started)\n- [Contributing](#contributing)\n- [License](#license)\n\n### Gradle\n\nAdd the dependency below to your **module**'s `build.*` file.\n- for `build.gradle`\n```gradle\ndependencies {\n  implementation platform('dev.teogor.drifter:bom:1.0.0-alpha01')\n}\n```\n- for `build.gradle.kts`\n```kotlin\ndependencies {\n  implementation(platform(\"dev.teogor.drifter:bom:1.0.0-alpha01\"))\n}\n```\n\n\u003e **Note**: This library has more modules therefore include only the ones that you want to use.\n\n## Modules\n\n### drifter-compose\n\nThe `drifter-compose` module provides functionality for working with Jetpack Compose in Android applications. It includes utilities and components to simplify Compose-based UI development.\n\n[Explore the source code](/drifter-compose)\n\n### drifter-integration\n\nThe `drifter-integration` module offers integration points and connectors for third-party libraries and services commonly used in Android development. It allows you to seamlessly integrate your Android app with various services.\n\n[Explore the source code](/drifter-integration)\n\n### drifter-core\n\nThe `drifter-core` module contains core functionality and utilities that are commonly used across Android projects. It provides a foundation for building robust Android applications.\n\n[Explore the source code](/drifter-core)\n\n### drifter-wallpaper\n\nThe `drifter-wallpaper` module focuses on wallpaper-related features and tools for Android. It simplifies the development of live wallpapers and wallpaper-related functionalities.\n\n[Explore the source code](/drifter-wallpaper)\n\n### drifter-plugin\n\nThe `drifter-plugin` module provides a Gradle plugin that can be used to enhance your Android project build process. It offers features such as code generation, resource management, and more.\n\nThis Gradle plugin simplifies Unity integration for your project by providing two essential tasks:\n\n1. **BuildIl2CppTask**: Compiles and builds Il2Cpp for Unity integration.\n2. **UnityAssetSyncTask**: Synchronizes Unity exported assets for project preparation.\n\n[Explore the source code](/drifter-plugin)\n\n## Find this repository useful? :heart:\nShow your appreciation by starring this project :star: and joining our community of __[stargazers](https://github.com/teogor/drifter/stargazers)__.\n\nWant to stay updated on my latest projects and contributions? Be sure to __[follow me](https://github.com/teogor)__ on GitHub! 🤩\n\n# License\n```xml\nDesigned and developed by 2023 teogor (Teodor Grigor)\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\nhttp://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteogor%2Fdrifter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteogor%2Fdrifter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteogor%2Fdrifter/lists"}