Seeneva / seeneva-reader-android

A libre smart powered comic book reader for Android.
https://seeneva.app
269 stars 20 forks source link

Android Compose + Kotlin Multiplatform #83

Open Zellius opened 2 years ago

Zellius commented 2 years ago

From the start of the project I was thinking about make it available on different platforms (Android and desktops at least). Now that it is possible using Compose Multiplatform and Kotlin. All ML processing is already cross platform thanks to Rust.

The idea is:

  1. Completely rewrite Android UI using Android Compose.
  2. Implement UI and logic for Desktop platforms. I can start from Linux and MacOS implementations.

Also the adding process should be rewritten.