Dust3D icon

Dust3D 1.0.3

Open-source 3D modelling software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dust3d",
  "version": "1.0.3",
  "src": {
    "url": "https://github.com/huxingyi/dust3d/releases/download/1.0.3/dust3d-1.0.3.dmg",
    "sha256": "be8fb61b13b17a1cc11771b7f0055cccb5197f3a6d5bf797fabcceb5e3a8df4e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/dust3d.app\" && cp -r \"dust3d.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source 3D modelling software",
    "homepage": "https://dust3d.org/"
  }
}