https://github.com/ahopness/juno
Link aggregation social media app, made for research.
https://github.com/ahopness/juno
aggregator csharp dotnet gtk python rss social-media
Last synced: 6 months ago
JSON representation
Link aggregation social media app, made for research.
- Host: GitHub
- URL: https://github.com/ahopness/juno
- Owner: ahopness
- License: mit
- Created: 2025-03-27T16:50:48.000Z (over 1 year ago)
- Default Branch: about
- Last Pushed: 2025-04-11T14:00:40.000Z (about 1 year ago)
- Last Synced: 2025-04-11T14:46:21.892Z (about 1 year ago)
- Topics: aggregator, csharp, dotnet, gtk, python, rss, social-media
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Link aggregation social media app (a.k.a. basic RSS client), made for research.
Inpired by Gnome Circle & Linux Mint apps.
Project goal: Learn modern UI/UX development by trying out different frameworks.
Branches
-
Python + GTK3 (via PyGObject) + WebKit (via WebKitGTK) branch, first atempt, sucessful, app works fine on linux.
-
Python + GTK4 (via PyGObject) + WebKit (via WebKitGTK) branch, port of the previous branch to gtk4, failed, more info on the readme.
-
C# + GTK3 (via GTKSharp) + WebKit (via WebkitGtkSharp) branch, port of the first branch to dotnet, sucessful, works mostly fine but has some performance issues.
-
C# + AvaloniaUI + CEF (via WebView) branch, port of the previous branch to other UI & WebView frameworks, sucessful, works well, only a bit too heavy on storage.
-
(comming soon) flutter branch.
Screenshots