Pixelorama icon

Pixelorama 1.1.8

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