Drifterは、UnityとAndroidの統合を簡素化し、パフォーマンスをシームレスかつ楽に向上させます。
以下の依存関係をモジュールのbuild.*ファイル。
build.gradle用 dependencies {
implementation platform( ' dev.teogor.drifter:bom:1.0.0-alpha01 ' )
}build.gradle.kts dependencies {
implementation(platform( " dev.teogor.drifter:bom:1.0.0-alpha01 " ))
}注:このライブラリには、使用するモジュールのみが含まれています。
drifter-composeモジュールは、AndroidアプリケーションでJetPack Composeを使用する機能を提供します。これには、ComposeベースのUI開発を簡素化するためのユーティリティとコンポーネントが含まれています。
ソースコードを調べます
drifter-integrationモジュールは、Android開発で一般的に使用されるサードパーティライブラリとサービスに統合ポイントとコネクタを提供します。これにより、Androidアプリをさまざまなサービスとシームレスに統合できます。
ソースコードを調べます
drifter-coreモジュールには、Androidプロジェクト全体で一般的に使用されるコア機能とユーティリティが含まれています。堅牢なAndroidアプリケーションを構築するための基盤を提供します。
ソースコードを調べます
drifter-wallpaperモジュールは、Androidの壁紙関連の機能とツールに焦点を当てています。ライブ壁紙と壁紙関連の機能の開発を簡素化します。
ソースコードを調べます
drifter-pluginモジュールは、Androidプロジェクトの構築プロセスを強化するために使用できるGradleプラグインを提供します。コード生成、リソース管理などの機能を提供します。
このGradleプラグインは、2つの重要なタスクを提供することにより、プロジェクトのUnity統合を簡素化します。
ソースコードを調べます
このプロジェクト主演とスターゲイザーズのコミュニティに参加することで、感謝を示してください。
私の最新のプロジェクトと貢献について最新の状態を維持したいですか? Githubで私をフォローしてください! ?
Designed and developed by 2023 teogor (Teodor Grigor)
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
Unless 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.