SDL_stretch

SDL_stretch 0.3.1

Stretch Functions For SDL

https://sdl-stretch.sourceforge.net/
GNU Library General Public License v2
programs: -
Platforms (80)
armv6l-noneaarch64-darwinpowerpc-noneriscv64-nonemips-linuxpowerpc-netbsdx86_64-cygwinmmix-mmixware
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