adaptagrams

adaptagrams 0-unstable-2025-10-28

Libraries for constraint-based layout and connector routing for diagrams.

https://github.com/mjwybrow/adaptagrams
GNU Lesser General Public License v2.1 or later
programs: -
Platforms (80)
riscv32-linuxx86_64-netbsdx86_64-windowsi686-netbsdpowerpc-netbsdwasm32-wasiarmv7l-netbsdi686-none
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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