The Wayback Machine - http://web.archive.org/web/20210731183319/https://github.com/topics/pixel-editor
Skip to content
#

pixel-editor

Here are 43 public repositories matching this topic...

DeflatedPickle
DeflatedPickle commented Feb 11, 2020

Currently, when an action is performed (example: drawing a pixel), the action is re-performed when it's initially done and when it's re-done (after being undone).

If someone was to create a big canvas, fill it, then undo it, re-do it, the program might lag, as it's being re-performed every time.

To aid this, an action should be "cache-able", meaning that whatever the action does is saved to

Improve this page

Add a description, image, and links to the pixel-editor topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pixel-editor topic, visit your repo's landing page and select "manage topics."

Learn more