openscad
openscad 2021.01
3D parametric model compiler
<rendered-html><p>OpenSCAD is a software for creating solid 3D CAD objects. It is free software and available for Linux/UNIX, MS Windows and macOS.</p> <p>Unlike most free software for creating 3D models (such as the famous application Blender) it does not focus on the artistic aspects of 3D modelling but instead on the CAD aspects. Thus it might be the application you are looking for when you are planning to create 3D models of machine parts but pretty sure is not what you are looking for when you are more interested in creating computer-animated movies.</p> </rendered-html>
https://openscad.org/GNU General Public License v2.0
main program: openscadprograms: openscad
Maintainers
Platforms (45)
sh4-linuxriscv32-netbsdaarch64-darwini686-freebsdx86_64-redoxi686-netbsdx86_64-openbsdarmv7a-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ openscad ];
Ad-hoc shell
nix-shell -p openscad
Flake (nix run)
nix run nixpkgs#openscad