showTo method
Renders to a provided RenderOutput without interaction.
Useful when you need to compose display-only frames with other outputs.
Implementation
void showTo(RenderOutput out, void Function(FrameContext ctx) content) {
render(out, content);
}