Eiyeron / LV-100

A Love2D library to make terminal-like stuff
MIT License
25 stars 1 forks source link

Optimzing the render #2

Closed Eiyeron closed 6 years ago

Eiyeron commented 6 years ago

Currently the whole canvas is refreshed even if only one character changed. Maybe check for each character if it's dirty or refresh regions?

Eiyeron commented 6 years ago

Now each character has a dirty bit so updating the screen will only make them refresh their part of the canvas