SDL2

sdl2-compat 2.32.68

SDL2 compatibility layer that uses SDL3 behind the scenes

https://libsdl.org
zlib License
programs: sdl2-config
Platforms (80)
armv7l-linuxpowerpc-linuxriscv64-linuxpowerpcle-noneaarch64-windowsaarch64-linuxaarch64-uefiarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  SDL2
];
Ad-hoc shell
nix-shell -p SDL2
Flake (nix run)
nix run nixpkgs#SDL2