https://github.com/mrfatworm/zzz-archive
A Multiplatform App for Zenless Zone Zero (Android, iOS, Windows, macOS)
https://github.com/mrfatworm/zzz-archive
android compose-multiplatform design-system figma ios jetpack-compose kotlin kotlin-multiplatform macos multiplatform windows zenless-zone-zero
Last synced: 2 months ago
JSON representation
A Multiplatform App for Zenless Zone Zero (Android, iOS, Windows, macOS)
- Host: GitHub
- URL: https://github.com/mrfatworm/zzz-archive
- Owner: mrfatworm
- License: mit
- Created: 2024-06-26T02:35:46.000Z (12 months ago)
- Default Branch: dev
- Last Pushed: 2025-04-01T06:22:50.000Z (3 months ago)
- Last Synced: 2025-04-05T15:03:19.127Z (2 months ago)
- Topics: android, compose-multiplatform, design-system, figma, ios, jetpack-compose, kotlin, kotlin-multiplatform, macos, multiplatform, windows, zenless-zone-zero
- Language: Kotlin
- Homepage:
- Size: 20.1 MB
- Stars: 151
- Watchers: 1
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://kotlinlang.org)
[](https://www.jetbrains.com/compose-multiplatform/)
README Language: [中文](/docs/readme/README_CHT.md) | [English](/README.md)
## A Multiplatform Wiki for Zenless Zone Zero
ZZZ Archive is a companion app for the action game Zenless Zone Zero, where users can explore in-game information and browse popular fan-made creations.
## Adaptive Layout
## Download
## Design System

## Running on Desktop
1. [Set up your environment](https://www.jetbrains.com/help/kotlin-multiplatform-dev/multiplatform-setup.html)
2. In Android Studio, go to **Run** > **Edit Configurations** > **New** > **Gradle**.
3. Configure as follows:
- Run: `desktopRun -DmainClass=MainKt --quiet`
- Environment Variables: `VARIANT=Dev`## Library
Thanks to all the contributors who made KMP/CMP possible!
- Kotlin Multiplatform (KMP)
- Compose Multiplatform (CMP)
- JetBrains Adaptive Layout
- JetBrains Navigation Compose
- JetBrains Lifecycle ViewModel
- Androidx Room Database
- Androidx DataStore
- Koin
- Ktor
- Coil
- BuildKonfig
- Okio I/O## Localization Support
- English
- Traditional Chinese## Special Thanks
- Resources from [Zenless Zone Zero](https://zenless.hoyoverse.com/) and [Zenless Zone Zero Wiki](https://zenless-zone-zero.fandom.com/wiki/Zenless_Zone_Zero_Wiki)
- [Philipp Lackner’s YouTube Channel](https://www.youtube.com/@PhilippLackner)
- [JetBrains KMP Guidelines](https://www.jetbrains.com/help/kotlin-multiplatform-dev/get-started.html)
- [Android Developer Guidelines](https://developer.android.com/)
- [Android Open Source Project](https://github.com/android)
- [Compose Multiplatform Wizard](https://github.com/terrakok/Compose-Multiplatform-Wizard)
- [BuildKonfig for KMP](https://sujanpoudel.me/blogs/managing-configurations-for-different-environments-in-kmp/)
- [Release macOS App](https://www.marcogomiero.com/posts/2024/compose-macos-app-store/)
- [Design System](https://github.com/felipecastilhos)