Plasticity icon

Plasticity 26.1.1

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": "26.1.1",
  "src": {
    "url": "https://github.com/nkallen/plasticity/releases/download/v26.1.1/Plasticity-darwin-arm64-26.1.1.zip",
    "sha256": "2346bfc9e2ca64a03c110b7591b5c50de572ddab860225f27c92eb3ad9abf6b7"
  },
  "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/"
  }
}