Crate angled_random_walker

Source
Expand description

Angled Random Walker approach to Brownian tree generation.

Lets you generate Brownian-tree-like structures faster than traditional diffusion-limited aggregation approaches.

Useful for procedurally generating heightmaps.

Structs§

SimulationParams
The parameters that control the simulation.

Enums§

InitialWalkers
Determines the orientation of the initial walkers placed at the start of the simulation.
Paint
What values should be used to fill the grid.

Functions§

simulate
Main simulation function.