Define and compose components using simple functions with the #[tessera] macro, resulting in clean and intuitive code.
Powerful and Flexible Layout System
A constraint-based (Fixed, Wrap, Fill) layout engine, combined with components like row, boxed, and column, makes it easy to implement responsive layouts from simple to complex.
Shader-first
Shaders are first-class citizens in Tessera. You can naturally implement any effect at any time, even using the GPU for general-purpose computing.
Highly Parallelized
Due to its immediate-mode nature, Tessera's rendering and layout methods allow for full utilization of modern multi-core CPUs, delivering exceptional performance.