from Hacker News

Has Unreal Engine 5 just been beaten for realism?

by aniijbod on 12/8/24, 11:52 AM with 1 comments

  • by sylware on 12/8/24, 12:27 PM

    Hopefully their engine SDK has 'correct' elf/linux binary generation built in:

    - static libgcc/libstdc++ by default

    - glibc ABI selection (see GNU binutils ld documentation, "VERSION" sub-section (2nd part of the page). This is the annoying part.

    - libdl-ing all video game core system interface shared libs (vulkan,libasound, libxkbcommon, legacy x11/GL?, wayland code is statically linked), with proper fallbacks.