What apps would you love to have open-source alternatives for?

ClearCutCoconut@lemmy.world to Open Source@lemmy.ml – 269 points –

It seems like the FOSS community is continuing to grow, and FOSS apps keep getting better (Immich reallh blew my mind recently), which is a big win 😎 but there are still many apps I use that I would kill for an open source alternative. I am curious what you guys think? Are there any apps you'd love alternatives for?

447

You are viewing a single comment

I wish there were more Open Source games.

You may have heard of them, but I love Shattered Pixel Dungeon and unCiv

Recently discovered Veloren, maybe you haven't heard of it

Veloren is great, there is also Mindustry and Shattered Pixel Dungeon to name a couple of high quality ones.

I wish we had an opensource game store to sell or donate to opensource games.

::: spoiler Anti Commercial AI thingy CC BY-NC-SA 4.0

Inserted with a keystroke running this script on linux with X11

#!/usr/bin/env nix-shell
#!nix-shell -i bash --packages xautomation xclip

sleep 0.2
(echo '::: spoiler Anti Commercial AI thingy
[CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)

Inserted with a keystroke running this script on linux with X11
```bash'
cat "$0"
echo '```
:::') | xclip -selection clipboard
xte "keydown Control_L" "key V" "keyup Control_L"

:::

I really liked how Id used to release their old engines as open source, but of course once they got bought out all that stopped. The biggest problem for OSS games is with assets though. There are a few decent open source engines now for a lot of types of games, but it's a lot harder to find decent looking assets to make games. I wonder if stuff like stable diffusion might help with that going forward.