• 62 Posts
  • 425 Comments
Joined 4 months ago
cake
Cake day: April 2nd, 2025

help-circle













  • What’s easy to use is pretty subjective. As a game developer, you’re already at least a step or two removed from the proverbial average computer user. I suggest downloading live images of a few different distros and desktop environments, and playing with each for a while to get a feel for the differences.

    I’m a gamer and developer, too. KDE Plasma is my desktop of choice these days.

    I need to be able to use Unreal Engine

    Someone else asked about this just 8 days ago, here:

    https://beehaw.org/post/21209323

    Regarding that particular requirement:

    The Unreal Engine for Linux page indicates that they offer pre-compiled builds for Ubuntu 22.04.

    It’s possible that those pre-compiled builds might work on Linux Mint, since Mint is based on Ubuntu. I would probably try this before committing to the officially supported Ubuntu version, both because it’s nice to have a newer distro and because Mint has a good track record of avoiding Ubuntuisms that are not generally well received (e.g. Snap).

    If you don’t mind some extra work, you can apparently build Unreal for other linux distros. See here:
    https://dev.epicgames.com/documentation/en-us/unreal-engine/linux-development-quickstart-for-unreal-engine







  • It describes itself as a server-side application for playing music, but it can be used locally as well. For example, the Cantata music player uses mpd to handle music decoding and playback, but automates it in the background to keep the interface simple for the user. This separation of concerns allows Cantata to benefit from things like decoding improvements, security fixes, and new sound APIs (e.g. PipeWire) without having to reinvent the wheel.