• shortwavesurfer@lemmy.zip
    link
    fedilink
    English
    arrow-up
    14
    ·
    edit-2
    20 days 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?

    • flamingos-cant@feddit.uk
      link
      fedilink
      English
      arrow-up
      25
      ·
      20 days 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
          12
          ·
          20 days 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