Skip to content

Gallery

Every runnable example lives under examples/, grouped by feature so the file layout mirrors the Cookbook. Each script renders the same scene twice, once with pl.screenshot(...) (PyVista's GL output) and once with pl.blender.render(...) (Cycles path-traced through the bridge), so the visual difference between engines is immediate.

Rendered outputs land under docs/assets/examples/<group>/ and are embedded inline on each group page below.

Run any example with:

uv run python examples/<group>/<name>.py

Groups

Each example backs a narrative recipe in the cookbook, so the gallery is the integration test surface for the cookbook content: