Plasticity icon

Plasticity 25.3.8

3D modeling software for concept artists and designers

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "plasticity",
  "version": "25.3.8",
  "src": {
    "url": "https://github.com/nkallen/plasticity/releases/download/v25.3.8/Plasticity-darwin-arm64-25.3.8.zip",
    "sha256": "4b56669ec1c33b241bd76b0b2a0554c7bf34935d6cac53553d4f3f197ad5c2be"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Plasticity.app\" && cp -r \"Plasticity.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D modeling software for concept artists and designers",
    "homepage": "https://www.plasticity.xyz/"
  }
}