presentar-layout 0.3.4

Layout engine for Presentar UI framework
Documentation

Layout engine for Presentar UI framework.

Implements Flexbox-inspired and CSS Grid layout with SIMD acceleration.

ComputeBlock Grid Compositor

The compute_block module provides a compositor for managing TUI panel layouts:

  • Intrinsic Sizing: Widgets report min/preferred/max sizes via SizeHint
  • Cell Ownership: Prevents rendering conflicts via GridCompositor
  • Clipping: Enforces bounds at render time to prevent artifacts

See ComputeBlock and GridCompositor for details.