kflu / eyecandy

pull pretty wallpaper from websites
0 stars 0 forks source link

Use proper MVC or MVVM design for easier UI manipulation #11

Open kflu opened 6 years ago

kflu commented 6 years ago

Right now things are updated or hooked up pretty manually:

  1. add a widget
  2. add code to update the widget
    • Add delegate type
    • use this.Invoke

I feel this could be done better.

kflu commented 6 years ago

Some useful links: