1
0
Fork 0
mirror of https://github.com/NixOS/nixos-artwork synced 2024-10-18 00:06:24 -04:00
nixos-artwork/ng/readme.md

44 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

![](./doc/header.svg)
# Precise Nix logo rework (aka genix7000)
Logo versions for use are in ["out" folder](./out)
This is a Nix logo version, generated in OpenSCAD and pinned to a hex grid. Differences between generated and original versions are neglidgible:
![Old and new logos, overlayed](./doc/diff.svg)
*Blue is a newer version, red is an older version*
Here's a "hexgrid" version, which shows the proportions better:
![Nix logo with different weights](./doc/grid.png)
## Why OpenSCAD?
Having most of the logo parametrized allows to generate logos with different weights with ease
```openscad
for (gap=[1:5]) {
$gaps = gap * 2;
translate([(gap - 1) * 160,((gap - 1) % 2) * 160])
difference()
render_logo();
};
```
![Nix logo with different weights](./doc/weights.svg)
It also allows to easily animate the logo — [here's an example](./doc/fadeout.mp4) — e.g if you want to have minimalistic plymouth animation.
## 3D Printing
nix.scad can also export several 3D printing models — single-module smaller versions, and separate, composable lambdas — if you wish to build yourself a huge Nix logo.
![Nix logo module](./doc/module.png)
## Hacking on it
Run `nix-shell -p openscad` if you don't have an OpenSCAD yet, and then open nix.scad in it.
If you wish to export colored logos, modify and use `./export-color-svgs.sh` in this folder.
3D printing models