this post was submitted on 15 Apr 2026
17 points (90.5% liked)

Opensource

5941 readers
68 users here now

A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!

CreditsIcon base by Lorc under CC BY 3.0 with modifications to add a gradient



founded 2 years ago
MODERATORS
 

There are a few opensource games out there, but many aren't in distro repos, or for windows, or released on itch.io requiring an account to download, etc. What could a open source game store for opensource games for all distros look like?

you are viewing a single comment's thread
view the rest of the comments
[–] LodeMike@lemmy.today 3 points 1 day ago (1 children)
[–] Shin@piefed.social 1 points 22 hours ago (1 children)

Static links would be a problem, like replicating the same lib/resources multiple times in a system, Reason why the dynamic links for bin are a thing?

[–] LodeMike@lemmy.today 1 points 15 hours ago

The reason we do dynamic linking is because it saves RAM. The reason we sometimes don't is because not everyone has the same glibc version.