Hello,
It still amazes me.
Did anyone make any progress on this?
I think the image above could have been made more or less by hand without any algorithm.
There are parallel lines (which unfortunately can split up or regroup or .... ) with same dist
Sometimes I think the line is doing some left and right turns and then is closing in on itself (closing one round trip somehow).
The density is more or less the same everywhere.
What strikes me are the black holes (I count 22) --- maybe that they are distributed randomly and are a starting point on their perimeter
Let's think of the images in terms of each single line.
- Each line is drawn by an agent
- Each agent has rules.
- Reminds me of LGO turtle or L-systems.
Rule set
- start at one of the 22 holes
- start on the perimeter (radius 12 or so), 10 points are on the perimeter
- go straight away from the center hole (two from each of the 10 perimeter points)
- never cross a line, move parallel if you meet one (with dist D)
- when free space, follow certain pattern (fast change of left right, diamond etc.) until you hit a line
- when going parallel to a line leave it or follow its turns?
I think thus the whole area could be filled. Well, there would probably be big holes still that we have to fill otherwise.
Greetings, Chrisir