Posted October 16, 2013
blitting is the process by which an entire screen worth of graphics is loaded into memory and then "blitted" all at once onto the screen...
so a program might maintain a couple of copies of what should appear on the screen that are different and blit between them... at least this is how graphics libraries in the 90s worked.
so a program might maintain a couple of copies of what should appear on the screen that are different and blit between them... at least this is how graphics libraries in the 90s worked.