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)
riscv32-netbsdi686-openbsdx86_64-windowsi686-freebsdmipsel-netbsdx86_64-darwinvc4-nonemicroblaze-none
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