Loon is a cross platform desktop twitter client. It's minimal design mimics gadget style applications. I use it to monitor current events and announcements in the developer community.
This is a port of my Windows desktop client Tweetz using the Avalonia framework.
It's a work in progress and many, many things don't work. However, you can actually login to twitter and get the home timeline with images.
I've run this client successfully on both Windows and Linux. I don't own a Mac.
dotnet build ./src/Loon.sln
Visual Studio:
- Install the Avalonia extension
- Clone, load, F5.
Linux and Mac OS:
- Rider IDE supports Avalonia development