Expand description
Scene-based browser surface compositor for CBF desktop applications.
This crate separates backend ownership relationships from host composition relationships. A transient browsing context remains owned by a parent page, but may still be rendered in any compositor-managed window.
Modules§
- core
- Core compositor orchestration and public command types.
- model
- Public scene-model types used by
cbf-compositor.
Enums§
- Compositor
Error - Errors produced by compositor state management and platform attachment.
Traits§
- Window
Host - Narrow host-window abstraction required by the compositor.