imxieyi / waifu2x-ios

iOS Core ML implementation of waifu2x
MIT License
538 stars 58 forks source link

it seems to be different code from the app released in the App Store #26

Closed shutosg closed 3 years ago

shutosg commented 3 years ago

Hi, developer.

Thank you for releasing a great app and making the source code open! But, it seems to be different code from the app released in the App Store. I would like to learn by reading the source code of the released version. Could you please update the repository?

Thanks.

imxieyi commented 3 years ago

I had been keeping two versions in sync back in 2017. However, after someone took my code for waifu2x-mac and published it as a paid app on the App Store even without designing their own UI, I decided to stop updating this open source version. As an individual open source developer this is the most offensive thing to experience.

I'm not going to update this version as long as it is still working in the foreseeable future. However, I can tell you the major improvements in the App Store version. Specifically:

shutosg commented 3 years ago

OMG... That's very unfortunate. Okey, I understand and thank you for the info. BTW, do you use any framework for fancy UI and animations?

imxieyi commented 3 years ago

The new UI is mostly built on [SwiftUI](https://developer.apple.com/xcode/swiftui/.

shutosg commented 3 years ago

SwiftUI! I see, thank you very much.