minus-square4ffy@lemmy.mltoLinux@programming.dev•procedurally generates wallpapers?linkfedilinkarrow-up5·5 days agoHere’s one I know. Creates aesthetic wavy things. https://tanck.nl/wallpaper/ It is an HTML/JS pair, so it would require some wrangling to get it to write to a file instead of an HTML canvas. Though it looks like someone translated it to Python with file output here. (I have not tested this.) linkfedilink
Here’s one I know. Creates aesthetic wavy things.
https://tanck.nl/wallpaper/
It is an HTML/JS pair, so it would require some wrangling to get it to write to a file instead of an HTML canvas. Though it looks like someone translated it to Python with file output here. (I have not tested this.)