Skip to content

Commit d27a4ef

Browse files
authored
docs: add Examples showcase to README with swatch-grid preview (#16)
Adds an Examples section (a table built to hold multiple examples) seeded with swatch-grid: an optimized WebP preview (1200x450, ~6 KB, sourced from the Stage-2 HDRI hero render), relative-linked with descriptive alt text, plus the example name linking to examples/swatch-grid/ and one line on what it demonstrates. README content-count line unchanged. No Pages/gallery exists in this repo, so none was created (flagged as a separate decision). Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
1 parent 69f2b84 commit d27a4ef

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,29 @@ The content is consumed by AI coding agents (Cursor, Claude Code, any MCP-capabl
4343
| Blender 4.5 LTS | Fallback supported (skills show both code paths where 4.x and 5.x APIs diverge) |
4444
| Blender 5.2 LTS | Sweep planned for July 2026 (see [ROADMAP.md](ROADMAP.md)) |
4545

46+
## Examples
47+
48+
Runnable, smoke-gated demos live in [`examples/`](examples/) — each is executed headless on
49+
both Blender 4.5 LTS and 5.1 by the `blender-smoke` workflow, so the screenshots reflect code
50+
that actually runs.
51+
52+
<table>
53+
<tr>
54+
<td width="46%" valign="middle">
55+
<a href="examples/swatch-grid/"><img src="examples/swatch-grid/preview.webp" alt="Swatch grid: a row of six shaded spheres - gold and copper metals, red and blue plastics, an emissive orange, and a matte white - on a reflective studio floor, rendered with EEVEE" /></a>
56+
</td>
57+
<td valign="middle">
58+
59+
### [swatch-grid](examples/swatch-grid/)
60+
61+
A procedural-materials swatch grid — Principled metal and dielectric, the emission pattern,
62+
and the cross-version `set_specular` shim. Doubles as a live proof of the EEVEE engine-id
63+
mapping (`BLENDER_EEVEE` on 5.x, `BLENDER_EEVEE_NEXT` on 4.2-4.5).
64+
65+
</td>
66+
</tr>
67+
</table>
68+
4669
## How content is organized
4770

4871
```

examples/swatch-grid/preview.webp

6.13 KB
Loading

0 commit comments

Comments
 (0)