Random Walker
2018, Jan 30
To expand on random walker, I experimented with levy flight, perlin noise and probabilities. I thought it would be interesting to add a way to generate more walkers. So when the walker is choosing to move in a direction, a new walker will is added that is moving in the opposite direction.
The sketch can be found here
After experimenting with different ways to create randomness, I find it hard to generate compelling images based on randomness alone. I think the walker needs to have some directives to follow or there has to be an underlining pattern as a structure to build upon.