Raffaello / sdl2-vga-terminal

SDL2 VGA Terminal
MIT License
6 stars 1 forks source link

[VgaTerminal] optimizing the rendering with only what is not on screeen #175

Open Raffaello opened 4 years ago

Raffaello commented 4 years ago

if writing the same rendered char do not render it again. render == new_tc == old_tc

can be done using terminalChar_t operator == and in _terminalChar_t _tc.render = tc ==old_tc