For a visual representation of this, run the `fixed_update_interpolation <https://github.com/pythonarcade/arcade/blob/development/arcade/examples/fixed_update_interpolation.py>`_ example as follows:
.. code-block:: shell
python -m arcade.examples.fixed_update_interpolation
What's Broken?
The page source is https://github.com/pythonarcade/arcade/blob/development/doc/programming_guide/event_loop.rst
Source:
arcade/doc/programming_guide/event_loop.rst
Lines 98 to 105 in 8be3699
Proposed Quick Fix
Note
Since fixes to the update / clock backends are actively being discussed, we'll leave adding a "proper" example thumbnail page till later.
s/``fraction``properties/``fraction`` properties/(add a space)Add temp link to GitHub instead of just a literal:
Elaborate on why / what you should pay attention below the code, covering these points:
* It will run very slowly at first
* Watch carefully and pay attention to the right-most yellow circle
* It will not move smoothly
Add method cross-refs for
on_draw,on_update, andon_fixed_updateby filling in the$EVENT_METHODname as follows: