Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 549 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 549 Bytes

AppleTV-MyAnimeList

MyAnimeList app for AppleTV rewritten in SwiftUI

Requirements

  • Xcode 12
  • tvOS 14

Dependencies

  • SwiftUIFlux: A very naive implementation of Redux using Combine BindableObject to serve as an example
  • CrunchyrollSwift: Crunchyroll Swift wrapper unofficial

Development

The project use SwiftUI and SwiftUIFlux.

You can learn SwiftUIFlux and SwiftUI with MovieSwiftUI.