Before we start adding incremental redraw optimizations, we should create a testing system that ensures we don't make mistakes, as this is something that can easily be tested by comparing the result of the incremental update with a full_redraw. This also would require moving all the outputs to ui_print, which means we have to first figure out how to get more of that into compile time.
Before we start adding incremental redraw optimizations, we should create a testing system that ensures we don't make mistakes, as this is something that can easily be tested by comparing the result of the incremental update with a
full_redraw
. This also would require moving all the outputs toui_print
, which means we have to first figure out how to get more of that into compile time.