SDL_stretch

SDL_stretch 0.3.1

Stretch Functions For SDL

https://sdl-stretch.sourceforge.net/
GNU Library General Public License v2
programs: -
Platforms (79)
x86_64-solarisarmv7l-linuxx86_64-netbsdavr-nonepowerpcle-noneaarch64_be-noneaarch64-windowsx86_64-windows
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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