Annotate functions with #[tessera] to define and compose components concisely.
📐
Parallelized Layout
A constraint-based, side-effect-free, parallel layout system with automatic caching for high performance and low overhead; capable of arbitrary layouts.
🎨
Plugin-based Rendering
A plugin-driven rendering system powered by wgpu that makes it easy to insert new render pipelines and shaders.
⚡
Immediate-mode
Tessera is an immediate-mode UI framework, eliminating complex state synchronization issues while using layout caching to reduce overhead.