Versions in this module Expand all Collapse all v0 v0.0.5 Oct 12, 2022 v0.0.4 May 25, 2022 Changes in this version + var DefaultOptions = []Option + type Loop struct + Input input.Capturer + MinTimePerFrame time.Duration + Model scrub.Scrubber + TL timeline.TL + func NewLoop(tl timeline.TL, model scrub.Scrubber, input input.Capturer, opts ...Option) *Loop + func (l *Loop) Advance(ctx context.Context, t time.Time) (err error) + func (l *Loop) Run(ctx context.Context) error + type Option func(l *Loop) + func WithFramer(f stats.Framer) Option