Add tutorial docs and interactive playgrounds

Amp-Thread-ID: https://ampcode.com/threads/T-01a01380-b478-77d0-84a0-102880a5c5ae
Co-authored-by: Heaust Azure <heaust.azure@gmail.com>
This commit is contained in:
Amp
2026-08-19 14:20:59 +00:00
co-authored by heaust
parent 6bbf8039e4
commit d34722d66d
57 changed files with 5063 additions and 767 deletions
+12
View File
@@ -0,0 +1,12 @@
# 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.