Skip to content

DarkoGNU/waifu2x_flutter

Repository files navigation

waifu2x_flutter

Waifu2x GUI in Flutter. Basic GUI is done, waifu2x isn't implemented. I'm currently not working on waifu2x_flutter, but I want to finish it one day.

Screenshots

Screens-1 Screens-2 Screens-3

Note: at the moment, settings (theme and language) can't be manually changed. The theme follows the system, the language is always English.

Why waifu2x wasn't implemented?

Implementing this functionality is pretty tough. There are two ways to do that:

  • rent a GPU server and process images in the backend - easy, but too expensive for me
  • compile waifu2x for Android and make a Dart package from it - a little hard, I wasn't motivated enough to do it this way

Releases

No releases published

Packages

No packages published

Languages