withoutboats / notty

A new kind of terminal
GNU Affero General Public License v3.0
2.3k stars 41 forks source link

Cache images in notty-cairo. #27

Closed withoutboats closed 8 years ago

withoutboats commented 8 years ago

This also has a serious weakness in that two identical images simply won't be displayed twice, because they'll have the same key in the hashmap. We actually want to hash the coords as well as the data.

Given the increasing complexity of images, probably we're going to want a separate type for images instead of just a variant of CharCell.