agg

agg 2.5

High quality rendering engine for C++

<rendered-html><p>Anti-Grain Geometry (AGG) is an Open Source, free of charge graphic library, written in industrially standard C++. The terms and conditions of use AGG are described on The License page. AGG doesn’t depend on any graphic API or technology. Basically, you can think of AGG as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that.</p> </rendered-html>

https://agg.sourceforge.net/antigrain.com/index.html
GNU General Public License v2.0 or later
programs: -
Platforms (46)
x86_64-linuxaarch64-darwinm68k-netbsdx86_64-cygwins390x-linuxriscv32-linuxaarch64-linuxpowerpc64-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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