Confirmed users
753
edits
No edit summary |
|||
Line 280: | Line 280: | ||
[https://games.etherpad.mozilla.org/6 Feedback from Games Work Week] | [https://games.etherpad.mozilla.org/6 Feedback from Games Work Week] | ||
= Animation timing/syncing = | |||
== VSync == | |||
We need to allow game developers to synchronize with VSync! | |||
== Reliable animation timing == | |||
In {{bug|731974}} we discuss that requestAnimationFrame sometimes calls back at random times, sometimes every millisecond! Seems to be a general problem with our timers. | |||
Anyway, [https://bug731974.bugzilla.mozilla.org/attachment.cgi?id=601937 this test case] allows one to check if requestAnimationFrame is behaving vaguely correctly (you shouldn't see red "too short" warnings). | |||
= Miscellaneous = | = Miscellaneous = |