A MacOS agent to fetch Astronomy Picture of the Day and set it as wallpaper. Written in C#.net as a Xamarin project. Published under the MIT license.
Direct link or to the right under releases.
- Auto fetch the latest picture each day
- Fetch latest pictures and browse them
- Embed description in picture
- Filter pictures based on resolution
- Filter pictures based on description
- Scaling options
- Random picture of all time
- Porting to MAUI
- Porting to Windows/Linux
- Porting to Windows/Linux
Right click, then open
Because i didn't pay Apple for a developers license
None, the project has been made to try out C# skills
- Install VS for mac
- Install Xcode
- Install script deps:
cd scripts && npm install
- Install nuget packages
- Build in VS
Tries to follow the application layers as described by Microsoft. The UI-layer and Application layer is somewhat intertwined, but the business layer should be almost platform independent.