A CLI tool written in Rust to create fondos (wallpapers) and more procedurally generated images.
Special thanks to @udf for his initial Python script that happened to yield such cool images.
Here are some cool things done with the program:
./fondoso --random --number 10
# equivalent to:
./fondoso -rn10
./fondoso --positions "255,255 : 0,0 : -1,0 : -1,-1 : 0,-1" --colours "255,255,255 : 50,50,50"
# equivalent to:
./fondoso -p255,255:0,0:-1,0:-1,-1:0,-1 -c255,255,255:50,50,50
./fondoso --random --number 10 --kind 80
# equivalent to:
./fondoso -rn10 -k80
./fondoso --kind treerev --positions 250,250
# equivalent to:
./fondoso -ktreerev -p250,250