Ruben2776 / PicView

Fast, free and customizable image viewer for Windows 10 and 11.
https://picview.org
Other
995 stars 66 forks source link

Convert code to MVVM #54

Closed Ruben2776 closed 2 years ago

Ruben2776 commented 2 years ago

Currently this project is not having a design pattern, since I am mostly self taught. and never expected any help.

I'm planning on converting this project to Avalonia, to bring Mac and possibly Linux support, and having an MVVM pattern is prerequisite for porting the code.

Any help or pull requests to get this started would be greatly appreciated.