- Notifications
You must be signed in to change notification settings - Fork188
Animal Crossing New Horizon companion app in SwiftUI
License
Dimillian/ACHNBrowserUI
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
You can now download the app on the App Store!
The best Animal Crossing New Horizons companion app!
最高の「あつまれ どうぶつの森」コンパニオンアプリ
The projectmain
branch is now updated toXcode 12 beta 1
.
There is a lot of SwiftUI issues that will be worked on as new betas arrive. For now it compile and will use the best & latest features of Swift 5.3 and SwiftUI.
If you want to compile using the stable version of Xcode (11), you can checkout thelegacy
branch. This is the branch used to ship the app on the App Store until iOS 14 is released.
This is a full featured Animal Crossing helper application written entirely in SwiftUI.
- Configureable dashboard to track your fishes, bugs, collection progress, active events, daily tasks, todos and much more.
- See the active critters this month and catch em all!
- Music player for K.K. Slider's songs - plays when app is in background!
- Turnips price tracking and predictions with daily push notifications.
- Turnip.exchange integration.
- Nookazon integration.
- Full catalog browser with filter, sorting and search.
- Villagers list.
- Bookmark anything in the app to add it to your collection.
- Spotlight support for fishes, bugs, fossils and art
- iCloud sync for collection progress, lists, tasks and todos.
- Localized to English, French, German; Japanese and Chinese (TW) in progress - see#68 to help us extend localization to missing languages
- iOS, iPad and macOS (Catalyst support)!
You can use this application to learn about SwiftUI and Combine. It uses a very standard view, and view model architecture with full use of @State, @Binding, @Published, Observed and Observable object.
- Chinese, Simplified: kartbnbGithub
- Chinese, Taiwan: klin0816Github
- French: DimillianGithub |Twitter
- German: TheVaanGithub |Twitter
- Italian: MrOgeidGithub
- Japanese: mimikunGithub |Mastodon |Twitter
- Spanish: MauroTwitter
- Russian: MariaFeodoraGithub
This is just a very simple SwiftUI application, all the database hard work has been done on themaster sheet by the community.
Andu/Azarro made an awesome JSON API from that google sheet. (private for now).
As the API is private the app use a local dump of the API at the moment.
Thanks toTurnip.exchange for the turnips exchange API.
Thanks toACNH API for the API that allow us to display villagers and their icons/images.
Thanks toNookazon for item listings and trading platform.
Thanks toShihab for the app icons.
Thanks toimthe666st for the repository with localized data.
About
Animal Crossing New Horizon companion app in SwiftUI