Skip to content
Karl Robillard edited this page Apr 15, 2021 · 3 revisions

The main task & milestone list is stored in the workshop.

This wiki is just a scratchpad area for now.


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.

Clone this wiki locally