140
Why I Prefer Minetest To Minecraft - YouTube
(www.youtube.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Minetest gets scary when you look at the code and see that the engine they use is basically abandoned and will never get Wayland support. Afaik?
Individual apps, particularly full-screen games, shouldn't need "Wayland support"(quotes because what that means will vary between implimentations).
Now, if you have to install xorg on a system that doesn't have it in order to play a game? Yeah that would suck, although games are on my personal shortlist of application categories that should always be run from a flat-pack/equivalent and/or containerized wherever possible.
Now I think about it, why don't (anti-cheat)games just run their own VM's and "calibrate" those versus any weird system variables? Seems like a better anti-cheat than hacking-my-kernel-to-make-sure-I'm-not-hacking-the-game...
Even if you use Flatpak, you need XOrg / XWayland on the host system.
Fedora Kinoite/KDE and the KDE Plasma desktop on its own are especially annoying, as I have no idea how to turn off those legacy support services from constantly running, like XWaylandVideoBridge (never used) or XWayland entirely.
I think Windows is just too bloated to also use Containers. With WSL they found a good way and apps should totally run in containers, but this is simply not yet done.
VMs would suck for efficiency as they rely on CPU virtualization and GPU passthrough. The former will never give native performance
Wsl is just a vm
True, that is virtualization. Inside you can run containers. Ironically, "docker desktop" uses that