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:
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
- The "video game preservation service" Myrient is shutting down in March
- SpaghettiKart the Mario Kart 64 fan-made PC port gets a big upgrade
- California law to require operating systems to check your age
- The OrangePi Neo gaming handheld with Manjaro Linux is now "on ice" due to component prices
- Open source graphics drivers Mesa 26.0.1 released with various bug fixes and a security fix
- > See more over 30 days here
- recently released super fun crpg - Sector Unknown
- Jarmer - steam overlay performance monitor - issues
- Xpander - Nacon under financial troubles... no new WRC game (?)
- Xpander - Establishing root of ownership for Steam account
- Nonjuffo - Total Noob general questions about gaming and squeezing every oun…
- GustyGhost - See more posts
How to setup OpenMW for modern Morrowind on Linux / SteamOS and Steam Deck
How to install Hollow Knight: Silksong mods on Linux, SteamOS and Steam Deck
Some games are using cross-platform engines or cross-platform libraries anyway, so it's just a compile and test operation. Some games are mostly cross-platform, but are using DirectX as the graphics API, so they'll need a wrapper to turn DirectX functions into cross-platform graphics functions - Valve's games fell into that category, with ToGL and (later) DXVK being their wrappers. Some games will depend on a bunch of Windows-only libraries, so all of those will need to be swapped out for cross-platform libraries that provide the same function - Feral's third-party ports ended up having to do this quite a bit.
How much work it is to make your code base cross-platform is entirely defined by how locked-in to a single platform you made it when you did it the first time.
Keep in mind that the specifics can vary from game to game, and developers might use different tools and strategies to achieve successful ports.