You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A milestone has been reached in cleaning up the event and rendering loop.
This graph shows the time taken to do buffer swaps to the display for the intro, menu drama, and game scenes.
You can see the new Allegro 5 backend time (purple) is constant for all scenes and is twice as fast as SDL.
The original SDL code (commit 62f3d90 in blue) has twice as many swaps for some reason.