While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Marvel Rivals team issue a statement on recent bans for Steam Deck and macOS players
- Funded in 5 minutes - the open source modular mini computer 'Pilet' is on Kickstarter
- The Awesome Games Done Quick Humble Bundle is a good deal not to be missed
- Valve set Palworld back as Steam Deck Playable but with multiple listed problems
- GPD WIN 4 handheld plans to support Valve's SteamOS in 2025 (updated: nope) [updated]
- > See more over 30 days here
Recently Updated
- While Palworld enjoys a resurgence Valve dropped the rating to Steam Deck Unsupported
- GPD WIN 4 handheld plans to support Valve's SteamOS in 2025 (updated: nope)
- Valve confirms a public beta of SteamOS is coming as 'SteamOS expands beyond Steam Deck'
- Discord Canary on Linux breaks Wayland screen-sharing support for now
- Wireless HORIPAD for Steam gets a firmware fix for the Steam Deck OLED
-
Raspberry Pi 5 gets a 16GB model now on sale
- pilk -
Funded in 5 minutes - the open source modular mini comp…
- Amessiah -
Bazzite the popular SteamOS-like Linux gets expanded NV…
- Caldathras -
Can 2025 please be the year more games add Text and UI …
- ExplosiveDiarrhea -
Can 2025 please be the year more games add Text and UI …
- Ehvis - > See more comments
View PC info
I am a bit of a consumer, I don't know much about making distros. I only get giddy at the thought of the opportunity to write every piece of software for an OS.
What major components would one need to get some OpenGL and OpenAL going?
Any major distro has a contributing page where they explain how to make their distro.
You can learn a lot about making your own distro there.
The official answer is the linux kernel and the relevant userspace drivers.
OpenGL and OpenAL are build into the drivers, but if you want to use them you're probably also going to need the (g)libc libraries and possibly the entire gnu core utils set(dependency hell).
You also probably want an interface for your editing.
You can use a terminal text editor like vim, nano or emacs to dodge the need for a full fledged graphical interface.
Git is an crucial tool for any developer.
If you're going to do this please keep us updated this sounds like an interesting project.
Thanks for the info. It is just a dream of mine, and I happened to find the best place to ask.
I suppose to get this project crowdfunded one would need to be almost done with it before anyone would want to support it, right?
Good idea.
Another project I just thought could be productive looking up the contributing page from:
libre elec.
libre elec is "just enough os for kodi"
You don't want to run kodi, but have at least a just as narrow scope.
It could teach you about kernel pruning and unmissable dependencies.
I had forgotten about this one.
Another thought I had is making a distro that can run ScummVM. As far as I know, they have turned it into a game engine all its own. Part of the motivation to make this though is to make something exactly fit to its purpose. I suspect ScummVM might have quite a few nasty bits of code and conventions that no-one likes, that have to be there because of a number of tricks they used to do in the 80s and 90s.
Do you think I could get it crowdfunded a month at a time? Fund the first month, then people can judge if they want to fund the second, and so on.
The thing is people crowdfund the final product(, because they want to use it) and you have no reputation that you can deliver the product or product.
It's why most Kickstarter pages read as ciriculum vitales, with things as: "made by the developers of [random game]".
Edit: also after typing this I feel old and grumpy.
Last edited by LoudTechie on 17 Aug 2024 at 4:07 pm UTC
And my Anbernic runs something called EmuELEC.
Just as good idea as Linux from scratch, both work to learn the process of distro building.
Gentoo is slightly more abstracted.
I don't think EmuELEC will add much, because it's aarch64 specific and you'll probably want to run your distro on a x86 device.
I think the best approach would be to start with making a simple game engine, which would be a normal Linux/Windows/etc application. The following step would be to get it bootable.