• shortwavesurfer@lemmy.zip
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    4
    ·
    edit-2
    1 day ago

    downvoting because there’s no indication as to exactly what this is and how it fits into the technology community.

    Edit: Some sort of game engine?

    • tal@lemmy.today
      link
      fedilink
      English
      arrow-up
      2
      ·
      edit-2
      22 hours ago

      SDL is a widely-used-on-Linux platform abstraction layer. A lot of games have targeted it to make themselves more portable and provide some basic functionality.

      If you’ve been on Linux for some years, you’ve probably run into it. I’d guess that most Windows users probably wouldn’t know what it is, though.

      • shortwavesurfer@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        22 hours ago

        I’ve been using Linux since about 2011, but I’m blind, so I have very little need for video games, which may explain why I have not run into it, or at least not to my knowledge. The only Linux games I can remember playing are Open Arena and SuperTux Card LOL.

    • flamingos-cant@feddit.uk
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 day ago

      SDL3 is a set of C libraries for doing cross platform gamedev stuff. It abstract over platform APIs for things like window creation/management, input handling, audio etc.

        • lonesomeCat@lemmy.ml
          link
          fedilink
          English
          arrow-up
          1
          ·
          16 hours ago

          Not even close, Proton is a translation layer from Win32 API to whatever works similar for Linux, SDL just gives a higher level API of lower level stuff, like instead of using Xorg/Wayland directly, you get a nicer cross platform API that does the job well