mirror of
https://github.com/openai/codex.git
synced 2026-05-26 22:15:13 +00:00
instead of each shimmer needing to have its own animation thread, have render_ref schedule a new frame if it wants one and coalesce to the earliest next frame. this also makes the animations frame-timing-independent, based on start time instead of frame count.