TimDiercks / Wallgen

MIT License
2 stars 0 forks source link

Procedural algorithms for classic tiled wallpapers #12

Open peteroupc opened 4 months ago

peteroupc commented 4 months ago

Implement public-domain algorithms for procedural generation of classic tiled wallpapers. Classic tiled wallpapers were popular choices for operating systems of the 1990s and early 2000s, but they have become hard to find nowadays, given that desktop backgrounds today tend to cover the full computer screen, to employ thousands of colors, and to have a high-definition resolution (1920×1080 or larger). Essentially, classic tiled wallpapers:

For details and other guidelines, as well as code I wrote that implements some of these algorithms, see my repository on classic wallpapers.

TimDiercks commented 3 months ago

Thanks for the great idea! I will take a closer look at it, when the main functionality is done.