Pixelorama icon

Pixelorama 1.1.9

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.9",
  "src": {
    "url": "https://github.com/Orama-Interactive/Pixelorama/releases/download/v1.1.9/Pixelorama-Mac.dmg",
    "sha256": "a926a31e06a738e122e5e46cc28fa1b5d550b5fc4f1a08ccf0891eb148a20465"
  },
  "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"
  }
}