Module bevy_generative_grammars::tracery
source · Expand description
Tracery Generator
Modules
- This module provides an asset loader for tracery grammars, allowing them to be used as assets as well
Structs
- This is a stateful string generator based on the tracery grammar. Note that since it is stateful, it does support variables.
- This is a stateless string generator based on the tracery grammar. Note that, since it’s stateless, it does not support variables.
- This is a grammar that handles rules provided in a tracery syntax. See - https://github.com/galaxykate/tracery for more info on Tracery.