agathazeren / cuneiforbits

𒆩𒀩𒂷𒂷𒂷𒀖
1 stars 1 forks source link

Create a testing system for incremental redraw optimizations #19

Open agathazeren opened 4 years ago

agathazeren commented 4 years ago

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.