Files
yawn/docs/recipes/index.md
T

13 lines
1010 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Recipes
The old source-only cookbook now lives here as guided, copyable snippets. Open an attached playground when you want a complete browser context and live renderer.
<div class="package-grid">
<a href="./graph-authoring"><strong>0104 · Graph authoring</strong><span>Canonical AST, JSO, fluent builder, and FXNode export.</span></a>
<a href="./pipelines"><strong>0508 · Pipelines and loadouts</strong><span>Default programs, custom render/compute WGSL, and activation.</span></a>
<a href="./render-data"><strong>0911 · Assets and render data</strong><span>glTF import, mesh instances, and custom SOA columns.</span></a>
<a href="./runtime"><strong>1217 · Runtime interaction</strong><span>SAB animation, picking, worker clients, scenes, camera, and materials.</span></a>
</div>
Recipes 0107 intentionally demonstrate graph fragments. A renderable loadout also needs compatible resource, scene, and frame-output nodes. Recipe 15 and the playgrounds show complete composition.