Dust3D icon

Dust3D 1.1.4

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.1.4",
  "src": {
    "url": "https://github.com/huxingyi/dust3d/releases/download/1.1.4/dust3d-1.1.4.dmg",
    "sha256": "14f07535809f9e6e8e0406b661a0c2f9b8d95b6d518150a11e1243dea21dd861"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/dust3d.app\" && cp -r \"dust3d.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open-source 3D modelling software",
    "homepage": "https://dust3d.org/"
  }
}