Skip to main content

Module editor

Module editor 

Source
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§

BuiltinEditor
Built-in editor that renders parameter widgets to a pixel buffer.

Functions§

update_interaction
Update interaction regions and live param values.