this post was submitted on 18 Jun 2023
75 points (98.7% liked)

Programming

16752 readers
223 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 1 year ago
MODERATORS
 

Hello everyone, I recently started working on a Gtk client for Lemmy written in Rust, called Lemoa and the awesome Relm4 crate.

So far, it supports most of the basic things that do not require a login, like viewing trending posts, browsing communities, viewing profiles, etc... Login features are planned to become added within the next one or two weeks, so that Lemoa can be used as a replacement for the web UI on a desktop.

Screenshot of an example community page:

Id you want to feel free to already try it at "alpha stage" (installation instructions are in the Readme).

Feedback and any kind of contributions welcome!

PS: I'm sorry if that's the wrong place to post about it, I didn't know where else to.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 18 points 1 year ago* (last edited 1 year ago) (2 children)

I’m sure it’s a nice client but I don’t understand why so many GUI projects have no screenshots in their READMEs. It would be great if I could immediately see if I like it without installing it.

EDIT: thanks for adding the screenshot to your post! It looks awesome!

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

I completely agree. It's the bare minimum to include screenshots if you want people to be interested. If the barrier to see if I even like the look of the app is cloning and building the project then I'll probably just move on to an alternative.

[–] [email protected] 0 points 1 year ago (1 children)

As already stated out, the project is still in alpha. Apart from that, there is a screenshot in the post ...

[–] [email protected] 0 points 1 year ago (1 children)

Apologies, I was just agreeing with the commenter above, I didn't mean to bring negativity to your project. My comment was more just an excuse to comment on Lemmy to get some engagement on the platform.

[–] [email protected] 1 points 1 year ago

Oh well, looks like I just misunderstood you then. No worries!

[–] [email protected] 4 points 1 year ago (2 children)

Yes, I totally agree with you! I didn't yet add screenshots to the README since some parts of the app are still matter to be changed in the near future. The development started actually just four days ago, so there's still room for UI improvements. I'll make sure to add screenshots to the README once it's more mature.

[–] [email protected] 5 points 1 year ago* (last edited 1 year ago) (1 children)

Hi there! First off--this looks awesome! Thanks for making it! Do you need any help with anything? I'm not a slouch at Rust and would love to see a desktop client for Lemmy that everyone can use! Is there anything you need help with testing? Dev? Docs?

[–] [email protected] 4 points 1 year ago

Hey, thanks for your interest! What's probably needed the most currently is someone spending some time to get all the things that require authentication done, but of course other things like adding screenshots to the README, adding CI via GitHub actions, etc would be useful too! :)

[–] [email protected] 2 points 1 year ago (1 children)

Why not just add them now? It’s not hard to update with new screenshots upon new changes.

[–] [email protected] 4 points 1 year ago

I don't mind if someone creates a PR with some screenshots, however I would rather wait one or two weeks so that there's no need to create a newscreenshots when a new feature is added.