Skip to main content

Module engine

Module engine 

Source

Re-exports§

pub use renderer::*;

Modules§

animator
box_tree
Box tree — the intermediate representation between a JSON scenario and the layout/paint passes. Each node carries a resolved CssStyle, a discriminator pointing to the source component, and an optional intrinsic measurement callback (text, image, codeblock, chart, …).
heropatterns
layout_pass
Layout pass — runs taffy on the BoxTree to produce per-node geometry.
paint_pass
Paint pass — walks the BoxTree post-layout and paints each node.
renderer
text
Text shaping & rendering bridge between cosmic-text and Skia.
transition