Can my windows game be made to run on Linux? [Solved]

I knew it!

EDIT

I think another channel I follow mentioned your channel mid stream or something, some time ago.

1 Like

I don’t know anything about building .Net apps on Linux. What exactly is involved?
I’ve got a DesktopGL project that I’d like to run on Linux… Is there anything special required to build a binary instead of Windows executable?

Cheers!

I’m able to build and export my game to Windows, Mac and Linux using only my main distro, Ubuntu. You would need to install .NetCore to be able do do that though terminal/cmd. It’s cross-platform:

Here’s the link: MonoGame setup with VSCodium + .NETCore + Samsung Debugger (Tutorial)