natron

natron 2.5.0

Node-graph based, open-source compositing software

<rendered-html><p>Node-graph based, open-source compositing software. Similar in functionalities to Adobe After Effects and Nuke by The Foundry.</p> </rendered-html>

https://natron.fr/
GNU General Public License v2.0
programs: -
Platforms (24)
x86_64-linuxarmv5tel-linuxs390x-linuxsh4-linuxarc-linuxm68k-linuxpowerpc64le-linuxriscv32-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

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