Answer the question
In order to leave comments, you need to log in
How to generate a beautiful tile layout?
The task is just for fun: we have a hundred tiles of the same size, but with different decor, 14 types in total. Some decor more, some very little. We need to write a program that will make a uniform layout for an area of M x N tiles.
First of all, I tried to solve it head-on - I went around the cells in order and filled them with random decor. It turned out badly, there are many repeating decors nearby:
How to make decors not repeated and more or less distributed?
Answer the question
In order to leave comments, you need to log in
just for fun:
Hmm. At first I decided that I had nothing to answer this question, but then an idea appeared. Try manually for each tile to set those that look good close to it. And I use this to build a drawing just randomly. The results should be immediately good, without other tricks.
PS If you try - show what happened
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question