We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Really basic - reuse the image, and if the letter/colour is the same as previous, just don't redraw it.
Previously I thought about trying to shift everything off by one, but this should do at least 50% of that much more easily.
Of course somehow getting the pure delta and updating could be nice too, but it's too hard.
The text was updated successfully, but these errors were encountered:
remove unused images to possibly speed up dictionaries, maybe even use the 1 big image approach
Sorry, something went wrong.
No branches or pull requests
Really basic - reuse the image, and if the letter/colour is the same as previous, just don't redraw it.
Previously I thought about trying to shift everything off by one, but this should do at least 50% of that much more easily.
Of course somehow getting the pure delta and updating could be nice too, but it's too hard.
The text was updated successfully, but these errors were encountered: