this post was submitted on 02 Apr 2024
321 points (97.6% liked)

Linux Gaming

14796 readers
84 users here now

Discussions and news about gaming on the GNU/Linux family of operating systems (including the Steam Deck). Potentially a $HOME away from home for disgruntled /r/linux_gaming denizens of the redditarian demesne.

This page can be subscribed to via RSS.

Original /r/linux_gaming pengwing by uoou.

Resources

WWW:

Discord:

IRC:

Matrix:

Telegram:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Korne127@lemmy.world 2 points 2 months ago* (last edited 2 months ago) (1 children)

Hey, sorry for the late answer, but I think you might be interested in this:
First of all, as a disclaimer: I'm not a professional front-end developer. I'm usually doing backend stuff and this is the first time I wanted to program a cross-platform desktop app. I spent a lot of time researching and settled on GTK / Libadwaita.
And I actually spent the last months building and packaging the project for every platform. With every platform I mean macOS, Linux and Windows. I strongly recommend doing this with a CI pipeline as there are many specific steps you need to follow.
I will provide a template on Github when I'm finished as well as a more in-depth blog post about all the steps and explanations. The main problem is that most is not documented at all and what's documented is super outdated. So I had to figure out many things by myself. But the actual process, when you know how to do it, isn't even really hard. I'll post the links to the template here when I finished it all but it might still take some months as I currently also have other stuff to do.

[–] myotherself@lemmings.world 2 points 2 months ago

Thanks for coming back to this!