Expand description
Built-in editor using the CPU render backend.
Renders parameter widgets via RenderBackend. Uses tiny-skia for
software rasterization and baseview + wgpu for window management
and blitting. For GPU-accelerated rendering see the truce-gpu
crate which provides GpuEditor wrapping this editor.
Structs§
- Builtin
Editor - Built-in editor that renders parameter widgets to a pixel buffer.
Functions§
- update_
interaction - Update interaction regions and live param values.