Expand description
map_scatter: Rule-based object scattering with field-graph evaluation and sampling.
Modules:
- fieldgraph: author, compile, and evaluate scalar field DAGs (incl. textures and EDT normalization)
- sampling: candidate generation (jitter grid, Poisson disk)
- scatter: plans, layers, runner, selection, overlays, events
For examples and docs, see README and docs.rs.
Modulesยง
- error
- Error types and result alias for the crate.
- fieldgraph
- Field graph subsystem for defining and evaluating scalar fields used by the scatter pipeline.
- prelude
- Convenient re-exports for common types. Import with
use map_scatter::prelude::*;
. - sampling
- Sampling strategies for generating candidate positions in a 2D domain.
- scatter
- Scattering pipeline for evaluating spatial fields and placing kinds across a 2D domain.