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)
m68k-nonemicroblaze-noneaarch64-darwini686-netbsdmicroblazeel-linuxi686-nonearmv7l-netbsdpowerpc-linux
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