Y
Hacker News
new
|
ask
|
show
|
jobs
by
qrohlf
1667 days ago
Not entirely dissimilar to my own pattern generation tool,
https://trianglify.io/
How are you doing the color palettes? Is it fully random or using some kind of picker algorithm?
2 comments
roytanck
1667 days ago
Completely random. It picks a hue value (0-360) and then adds or subtracts a second random value from this for each layer. The maximum value of this increment is relatively small, so the colors are usually similar within the same image.
link
Starmina
1667 days ago
Love it.
link