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§
- Simulation
Params - The parameters that control the simulation.
Enums§
- Initial
Walkers - 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.