Diffusion-Limited Aggregation
Coding Challenge #34
In this coding challenge, I explore the generative algorithm “Diffusion-Limited Aggregation”. The pattern is generated from random walkers clustering around a seed (or set of seed) point(s).
Community Contributions
- DLA Simulator 2.0 by Diptanu Roy (Source Code)
- DLA tree by bohdandrahan (Source Code)
- Brownian Tree by e4494s
- 3D DLA by David Beale (Source Code)
- Diffusion-limited Aggregation by Md Imtiaz Kabir (Source Code)
You can also add your own version! (See how)