Versions in this module Expand all Collapse all v0 v0.2.0 Aug 19, 2021 Changes in this version + type FrameRater struct + func NewFrameRater(targetFPS uint) *FrameRater + func (f *FrameRater) FPS(t time.Duration) (float64, float64, bool) + func (f *FrameRater) Start() + func (f *FrameRater) Wait() v0.1.0 Mar 14, 2019