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§
- The parameters that control the simulation.
Enums§
- Determines the orientation of the initial walkers placed at the start of the simulation.
- Determines how the maximum age a walker survives to varies.
- What values should be used to fill the grid.
Functions§
- Main simulation function.