wowsinfo / wowsinfo-core

The shared code of WoWs Info written using Kotlin Multiplatform
GNU Affero General Public License v3.0
0 stars 0 forks source link

Game Data & Language #2

Open HenryQuan opened 1 year ago

HenryQuan commented 1 year ago

Let's first work on reading the json I generated with automation. This will be shared between iOS and React Native for now to have more information injected to the Wiki page. The data is from https://github.com/wowsinfo/data

HenryQuan commented 1 month ago

This will be a major part of the core especially with the ship details screen and the huge modifier data class. For now, I will focus on other tasks like the service or usecase to be shared in React Native first. The Ship details page can be implemented with Compose Multiplatform due to its complexity. Other screens are simpler in general, so can be done natively via Compose & SwiftUI. They can also be shared if needed.