https://github.com/majewsky/c3d2-wallpapers
Just me being creative with the C3D2 logo
https://github.com/majewsky/c3d2-wallpapers
Last synced: 4 months ago
JSON representation
Just me being creative with the C3D2 logo
- Host: GitHub
- URL: https://github.com/majewsky/c3d2-wallpapers
- Owner: majewsky
- License: gpl-3.0
- Created: 2017-09-17T16:44:48.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-03-20T00:04:09.000Z (over 4 years ago)
- Last Synced: 2023-03-10T19:39:11.564Z (over 2 years ago)
- Language: Go
- Homepage: https://c3d2.de
- Size: 316 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C3D2 wallpapers
These are procedurally generated wallpapers based on the [C3D2](https://c3d2.de) [logo](https://wiki.c3d2.de/Logo).
Build the images with `make`, and look at the Makefile for details.# Variants
More variants might appear in the future when I'm inspired.

The `v1` wallpaper is based on a uniformly-distributed point cloud generated with Mitchell's best-candidate algorithm. I modified the algorithm to take in an image (of course, the C3D2 logo, although any other image will also work) and adjust the density of the point cloud based on the brightness of the input image at this location.
* [1920x1080 PNG](https://static.bethselamin.de/c3d2-wallpapers/v1-1920x1080.png)
* [3840x2160 PNG](https://static.bethselamin.de/c3d2-wallpapers/v1-3840x2160.png)
The `v2` wallpaper is based on a grid of equilateral triangles, colorized with a smoothened white noise, in which a set of triangles forming the C3D2 logo is highlighted.
* [1920x1080 PNG](https://static.bethselamin.de/c3d2-wallpapers/v2-1920x1080.png)
* [3840x2160 PNG](https://static.bethselamin.de/c3d2-wallpapers/v2-3840x2160.png)
* [16:9 SVG](https://static.bethselamin.de/c3d2-wallpapers/v2.svg)## TODO: Ideas for more wallpapers
- print the logo with really coarse offset printing
- make a complex Fourier transform of the logo path(s), truncate to highest-order powers only, draw several such approximations over the logo ([context](https://www.youtube.com/watch?v=r6sGWTCMz2k))Will do these at some point. Maybe.