Pixelorama icon

Pixelorama 1.1.5

2D sprite editor made with the Godot Engine

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    pixelorama # Pixelorama
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    pixelorama # Pixelorama
  ];
}

Package Definition

{
  "pname": "pixelorama",
  "version": "1.1.5",
  "src": {
    "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.1.5/Pixelorama-Mac.dmg",
    "sha256": "68b5a97b7e35c19a26ba03df3669d763016af3c038f771de68bc2aff2fd80d49"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Pixelorama.app\" && cp -r \"Pixelorama.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "2D sprite editor made with the Godot Engine",
    "homepage": "https://orama-interactive.itch.io/pixelorama"
  }
}