Expand description
Core engine crate for Univis UI.
This crate owns the root model, layout solver, rendering sync, and the schedule sets that the rest of the workspace builds on top of.
Most applications import these APIs through univis_ui::prelude, while
engine-level integrations typically use prelude or layout directly.
Modules§
- layout
- Layout, roots, rendering helpers, and node primitives. Layout and root systems for Univis UI.
- prelude
- The recommended import surface when depending on
univis_ui_enginedirectly. - schedule
- Shared schedule sets used by engine, widgets, and interaction systems.
Structs§
- Univis
Engine Plugin - Registers the engine-level plugins responsible for node setup, layout solving, and render synchronization.