DynamicDesktop
Choose from a range of providers to create dynamic desktop backgrounds for Windows.
Contributing
If you would like to contribute, submit a pull request with the provider you would like to add.
All you need to do is:
-
add a class that implements
IProvider
inModels/Providers/
-
add an entry for your provider in the enum
ProviderType
-
add a
case
for your provider inGetProviderByType