Fire all of your designers, Tweag, Serokell, Flox (and all other Nix-y companies)!#joke
This is the ultimate, parametric and reproducible solution to all your branding problems!
It kinda went out of control, and I’ve made an openscad customizer, which supports a really wide range of Nix-y logos. Including original one.
I hope that posting this at discourse will be apotheosis of this joke, and I stop wasting my time on it D:
// === Nix logo specification
// number of lambdas. doesn't really work if changed in this model.
num = 6;
// Central aperture diameter, in units. It does produce nice effects if animated.
aperture = 2 + -2 * $t;
// lambda height in units. fun to play with
length = 4 + -4 * $t;
// Clipping polygon diameter, in units
clipr = 8 + -8 * $t;
or something along those lines was used for this — someone on Discord asked me, and I’ve realized I haven’t got this documented
Error: nu::parser::unknown_flag
× The `main` command doesn't have flag `colors`.
╭─[<commandline>:1:1]
1 │ main x.png --camera 0,0,480,0,0,0 --colors `["grey", "cyan"]` --num 3
· ────┬───
· ╰── unknown flag
╰────
help: Some available flags: --num, --thick, --imgsize, --offset, --gaps, --rotation, --angle, --camera, --clipr, --cliprot, --clipinv, --help(-h)... Use `--help` for a full list
of flags and more information.