1860b51f70
Front-door publicable de dominium: los 9 crates propios como path members; Llimphi, app-bus, rimay-localize, wawa-config y pluma-notebook por git-dep al monorepo tawasuyu.git (branch=main). cargo check --workspace --all-targets pasa exit 0. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
11 lines
438 B
Markdown
11 lines
438 B
Markdown
# dominium-canvas-llimphi
|
|
|
|
> Llimphi (vello) backend for [dominium](../README.md).
|
|
|
|
Converts the `Vec<Quad>` from [`dominium-render-plan`](../dominium-render-plan/README.md) into `vello::Scene` operations inside a Llimphi `View::paint_with(...)`. Single-pass; zero allocations per frame (reuses the quad buffer).
|
|
|
|
## Deps
|
|
|
|
- [`dominium-render-plan`](../dominium-render-plan/README.md)
|
|
- [`llimphi-ui`](../../../02_ruway/llimphi/) (vello)
|