mirror of
https://github.com/pchuan98/codex.git
synced 2026-07-01 00:31:56 +08: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.