Versions in this module Expand all Collapse all v0 v0.1.1 Nov 13, 2025 Changes in this version + type ControlCommand struct + ConfigOverride any + Type ControlCommandType + type ControlCommandType string + const CommandNone + const CommandPause + const CommandReset + const CommandResume + const CommandStep + type NullVisualizer struct + func NewNullVisualizer() *NullVisualizer + func (n *NullVisualizer) IsHeadless() bool + func (n *NullVisualizer) NextCommand() (ControlCommand, bool) + func (n *NullVisualizer) PublishFrame(frame any) + func (n *NullVisualizer) SetHeadless(headless bool) + func (n *NullVisualizer) WaitCommand(ctx context.Context) (ControlCommand, bool) + type Visualizer interface + IsHeadless func() bool + NextCommand func() (ControlCommand, bool) + PublishFrame func(frame any) + SetHeadless func(headless bool) + WaitCommand func(ctx context.Context) (ControlCommand, bool) v0.1.0 Nov 12, 2025