rae 0.1.8

Renderer-neutral widget, layout, sanitization, and GLSL shader primitives for Rust desktop tools.
Documentation
# rae Examples

These examples are renderer-neutral snapshots. They print the data a renderer would consume: shader sources, layout rectangles, interaction state, effect samples, morph states, transcript rows, sanitized output, and full shell models.

Run any example with:

```bash
cargo run --example demo_shader_catalog
```

Current examples:

- `demo_shader_catalog`: complete shader catalog grouped by family.
- `demo_aisling_shaders`: Aisling-inspired GLSL motifs and recommended slots.
- `demo_effects`: ripple, glow, elevation, and motion timing samples.
- `demo_code_output`: sanitized assistant Markdown/code output with token classes and copy-safe text.
- `demo_interaction`: scroll ranges, hit testing, resize handles, command palette filtering, and snippets.
- `demo_morph`: whole-card topology morph samples and cache keys.
- `demo_layout`: desktop/tablet/mobile shell rectangles.
- `demo_widgets`: prompt, panes, chips, sections, and transcript model assembly.
- `demo_transcript`: transcript wrapping, row materialization, and scroll clamping.
- `demo_themes`: built-in palettes and material token previews.
- `demo_full`: one cohesive shell snapshot using multiple modules.