Tutorials
Three tutorials that take you from cloning a stock generator to authoring model and operation generators from scratch.
Anatomy of a generator
The one-page map of a generator's parts — what each file is, how the parts run, and what keeps a generator maintainable as it grows. Read this before the authoring tutorials; every page in this tree assumes the vocabulary introduced here.
Cloning a generator
Clone a stock generator into your project, make a visible change, and regenerate. The on-ramp for everything else in `authoring/`.